blob: c84f514504d32f6bbb2a7c13922cfcb7c48352db (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
{
"files.associations": {
"*.html": "django-html",
"**/templates/**/*.html": "django-html",
"**/templates/*": "django-html"
},
"emmet.includeLanguages": {
"django-html": "html"
},
"editor.formatOnSave": false,
"editor.defaultFormatter": null,
"[django-html]": {
"editor.formatOnSave": false,
"editor.defaultFormatter": null
}
}
|