Skip to content

Commit 930c09f

Browse files
committed
fix: prefer multiple language config
1 parent aca48f5 commit 930c09f

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

.vscode/settings.json

+1-17
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,14 @@
1616
"source.organizeImports": "always"
1717
}
1818
},
19-
"[javascript]": {
20-
"editor.defaultFormatter": "esbenp.prettier-vscode",
21-
"editor.formatOnSave": true,
22-
},
23-
"[typescript]": {
19+
"[javascript][typescript][typescriptreact][tailwindcss]": {
2420
"editor.defaultFormatter": "esbenp.prettier-vscode",
2521
"editor.formatOnSave": true,
2622
"editor.codeActionsOnSave": {
2723
"source.fixAll": "always",
2824
"source.organizeImports": "always"
2925
},
3026
},
31-
"[typescriptreact]": {
32-
"editor.defaultFormatter": "esbenp.prettier-vscode",
33-
"editor.formatOnSave": true,
34-
"editor.codeActionsOnSave": {
35-
"source.fixAll": "always",
36-
"source.organizeImports": "always"
37-
},
38-
},
39-
"[css]": {
40-
"editor.defaultFormatter": "esbenp.prettier-vscode",
41-
"editor.formatOnSave": true,
42-
},
4327
"isort.args": ["--profile", "black"],
4428
"ruff.nativeServer": true
4529
}

0 commit comments

Comments
 (0)