Use prettier for most formatting
This commit is contained in:
parent
3c86c4b337
commit
93663fff8c
4 changed files with 31 additions and 9 deletions
25
.vscode/settings.json
vendored
25
.vscode/settings.json
vendored
|
|
@ -1,11 +1,18 @@
|
|||
{
|
||||
"json.format.keepLines": true,
|
||||
"typescript.format.semicolons": "insert",
|
||||
"files.associations": {
|
||||
"**/templates/**/*.html": "jinja-html",
|
||||
},
|
||||
"rust-analyzer.server.extraEnv": {
|
||||
"SQLX_OFFLINE": "false",
|
||||
},
|
||||
"evenBetterToml.formatter.columnWidth": 120,
|
||||
"[css]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
||||
"[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
||||
"[jsonc]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
||||
"[markdown]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
||||
"[typescript]": { "editor.defaultFormatter": "esbenp.prettier-vscode" },
|
||||
|
||||
"typescript.format.semicolons": "insert",
|
||||
"evenBetterToml.formatter.columnWidth": 120,
|
||||
|
||||
"files.associations": {
|
||||
"**/templates/**/*.html": "jinja-html"
|
||||
},
|
||||
|
||||
"rust-analyzer.server.extraEnv": {
|
||||
"SQLX_OFFLINE": "false"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue