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