Skip to content

Commit

Permalink
fix: prefer multiple language config
Browse files Browse the repository at this point in the history
  • Loading branch information
falsepopsky committed Jul 12, 2024
1 parent aca48f5 commit 930c09f
Showing 1 changed file with 1 addition and 17 deletions.
18 changes: 1 addition & 17 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,14 @@
"source.organizeImports": "always"
}
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
},
"[typescript]": {
"[javascript][typescript][typescriptreact][tailwindcss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "always"
},
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "always",
"source.organizeImports": "always"
},
},
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true,
},
"isort.args": ["--profile", "black"],
"ruff.nativeServer": true
}

0 comments on commit 930c09f

Please sign in to comment.