Add default formatter for SCSS.
This commit is contained in:
parent
12f5891508
commit
6ed8ad1d65
|
@ -167,6 +167,10 @@
|
||||||
"editor.tabSize": 2,
|
"editor.tabSize": 2,
|
||||||
"editor.wordWrap": "wordWrapColumn"
|
"editor.wordWrap": "wordWrapColumn"
|
||||||
},
|
},
|
||||||
|
"[scss]": {
|
||||||
|
"editor.defaultFormatter": "stylelint.vscode-stylelint",
|
||||||
|
"editor.formatOnSave": true
|
||||||
|
},
|
||||||
"[xml]": {
|
"[xml]": {
|
||||||
"editor.wordWrap": "on"
|
"editor.wordWrap": "on"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue