advent22/ui/.vscode/settings.json

11 lines
270 B
JSON
Raw Normal View History

2022-10-28 00:14:20 +00:00
{
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"git.closeDiffOnOperation": true,
2022-11-03 17:49:25 +00:00
"editor.tabSize": 2,
"sass.disableAutoIndent": true,
"sass.format.convert": false,
"sass.format.deleteWhitespace": true
2022-10-28 00:14:20 +00:00
}