Update vscode settings

This commit is contained in:
histalek 2021-06-20 16:43:45 +02:00
parent c5534762ed
commit 5040f2323f
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -29,4 +29,9 @@
"workbench.colorTheme": "Better Solarized Dark",
"workbench.iconTheme": "material-icon-theme",
"workbench.startupEditor": "newUntitledFile",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"editor.wordWrap": "on",
"editor.wrappingIndent": "deepIndent",
"svg.preview.mode": "svg",
}