mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 10:30:16 +00:00
29 lines
882 B
JSON
29 lines
882 B
JSON
{
|
|
"[scss][vue][typescript][javascript][json][jsonc][jsonl]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
|
|
"[jsonc]": {
|
|
"editor.formatOnSave": false
|
|
},
|
|
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll": "explicit",
|
|
"source.organizeImports": "explicit"
|
|
},
|
|
|
|
"git.closeDiffOnOperation": true,
|
|
"editor.formatOnSave": true,
|
|
"editor.tabSize": 2,
|
|
|
|
"explorer.fileNesting.enabled": true,
|
|
"explorer.fileNesting.patterns": {
|
|
"tsconfig.json": "tsconfig.*.json, env.d.ts, typed-router.d.ts",
|
|
"vite.config.*": "jsconfig*, vitest.config.*, cypress.config.*, playwright.config.*",
|
|
"package.json": "package-lock.json, pnpm*, .yarnrc*, yarn*, .eslint*, eslint*, .oxlint*, oxlint*, .oxfmt*, .prettier*, prettier*, .editorconfig"
|
|
},
|
|
|
|
"sass.disableAutoIndent": true,
|
|
"sass.format.convert": false,
|
|
"sass.format.deleteWhitespace": true
|
|
}
|