11 lines
239 B
JSON
11 lines
239 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[html]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
"liveSassCompile.settings.includeItems": ["**/static/css/style.scss"],
|
|
"[python]": {
|
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
|
}
|
|
}
|