style(vscode): format settings file

This commit is contained in:
Michael Thomas 2023-11-16 10:55:54 -05:00
parent 59624111cf
commit 8ce2e64497

View File

@ -147,9 +147,7 @@
"[dart]": { "[dart]": {
"editor.formatOnSave": true, "editor.formatOnSave": true,
"editor.formatOnType": true, "editor.formatOnType": true,
"editor.rulers": [ "editor.rulers": [80],
80
],
"editor.selectionHighlight": false, "editor.selectionHighlight": false,
"editor.suggestSelection": "first", "editor.suggestSelection": "first",
"editor.tabCompletion": "onlySnippets", "editor.tabCompletion": "onlySnippets",
@ -158,7 +156,7 @@
"[svelte]": { "[svelte]": {
"editor.defaultFormatter": "esbenp.prettier-vscode" "editor.defaultFormatter": "esbenp.prettier-vscode"
}, },
"workbench.colorTheme": "Min Dark",
"nix.enableLanguageServer": true, "nix.enableLanguageServer": true,
"nix.serverPath": "nil" "nix.serverPath": "nil",
"workbench.colorTheme": "Min Dark"
} }