vscodium: Add formatter settings
This commit is contained in:
parent
e5cbdbfaf9
commit
39a29fc601
1 changed files with 11 additions and 1 deletions
|
@ -36,5 +36,15 @@
|
|||
"editor.wordWrap": "on",
|
||||
"editor.wrappingIndent": "deepIndent",
|
||||
"svg.preview.mode": "svg",
|
||||
"gitlab.instanceUrl": "https://git.histalek.de"
|
||||
"gitlab.instanceUrl": "https://git.histalek.de",
|
||||
"go.toolsManagement.autoUpdate": true,
|
||||
"[javascript]": {
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
},
|
||||
"[json]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"[latex]": {
|
||||
"editor.defaultFormatter": "James-Yu.latex-workshop"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue