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