vscodium: Add formatter settings

This commit is contained in:
histalek 2021-10-28 10:07:14 +02:00
parent e5cbdbfaf9
commit 39a29fc601
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -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"
}
}