Skip to content

Commit cae3f77

Browse files
committed
🎨 Fix lang formatting
1 parent 643cf26 commit cae3f77

File tree

2 files changed

+155
-154
lines changed

2 files changed

+155
-154
lines changed

.vscode/settings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,12 @@
2424
"**/Thumbs.db": true,
2525
"**/node_modules": true
2626
},
27-
"npm.exclude": ["**/node_modules"],
28-
"svelte.plugin.svelte.compilerWarnings": {
29-
"a11y-click-events-have-key-events": "ignore",
30-
"a11y-no-static-element-interactions": "ignore"
27+
"[yaml]": {
28+
"editor.tabSize": 2,
29+
"editor.insertSpaces": true,
30+
"editor.detectIndentation": false
3131
},
32+
"npm.exclude": ["**/node_modules"],
3233
"errorLens.excludePatterns": ["**/node_modules/**/*"],
3334
"eslint.validate": ["javascript", "javascriptreact", "svelte"],
3435
"eslint.useFlatConfig": true,

0 commit comments

Comments
 (0)