11 lines
282 B
JSON
11 lines
282 B
JSON
|
|
{
|
||
|
|
"editor.formatOnSave": true,
|
||
|
|
"editor.codeActionsOnSave": {
|
||
|
|
"source.fixAll.stylelint": true
|
||
|
|
},
|
||
|
|
"stylelint.enable": true,
|
||
|
|
"stylelint.validate": ["css", "less", "postcss", "scss", "vue", "sass", "html"],
|
||
|
|
"files.eol": "\n",
|
||
|
|
"marscode.chatLanguage": "cn"
|
||
|
|
}
|