style(vscode): format settings file
This commit is contained in:
parent
59624111cf
commit
8ce2e64497
@ -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"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user