21 lines
No EOL
548 B
JSON
21 lines
No EOL
548 B
JSON
{
|
|
"editor.formatOnSave": true,
|
|
"[vue]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
"git.closeDiffOnOperation": true,
|
|
"editor.tabSize": 2,
|
|
"sass.disableAutoIndent": true,
|
|
"sass.format.convert": false,
|
|
"sass.format.deleteWhitespace": true,
|
|
"prettier.trailingComma": "all",
|
|
} |