mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 02:20:17 +00:00
- new devcontainer spec "18-bookworm" -> "20-trixie" - fixed "vue serve" - improved vscode settings.json - improved typescript config - minor formatting
23 lines
496 B
JSON
23 lines
496 B
JSON
{
|
|
"[scss][vue][typescript][javascript][json][jsonc][jsonl]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
|
|
"[jsonc]": {
|
|
"editor.formatOnSave": false,
|
|
},
|
|
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
|
|
"git.closeDiffOnOperation": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 2,
|
|
|
|
"sass.disableAutoIndent": true,
|
|
"sass.format.convert": false,
|
|
"sass.format.deleteWhitespace": true,
|
|
|
|
"prettier.trailingComma": "all",
|
|
}
|