1
Fork 0

Add default formatter for SCSS.

This commit is contained in:
Bauke 2022-09-27 19:46:55 +02:00
parent 12f5891508
commit 6ed8ad1d65
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 4 additions and 0 deletions

View File

@ -167,6 +167,10 @@
"editor.tabSize": 2,
"editor.wordWrap": "wordWrapColumn"
},
"[scss]": {
"editor.defaultFormatter": "stylelint.vscode-stylelint",
"editor.formatOnSave": true
},
"[xml]": {
"editor.wordWrap": "on"
}