13 lines
280 B
JSON
13 lines
280 B
JSON
{
|
|
"editor.tabSize": 2,
|
|
"stylelint.validate": [
|
|
"css",
|
|
"scss",
|
|
"postcss"
|
|
],
|
|
"editor.codeActionsOnSave":{
|
|
"source.fixAll": true
|
|
},
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"docwriter.style": "Auto-detect"
|
|
} |