From 6af987ac9aae859d6edaa4fd597f9dd94fbd402b Mon Sep 17 00:00:00 2001 From: srdusr Date: Fri, 7 Feb 2025 17:07:11 +0200 Subject: Auto formatting/linting --- .config/Code/User/settings.json | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to '.config') diff --git a/.config/Code/User/settings.json b/.config/Code/User/settings.json index d7bae40..8686b1b 100644 --- a/.config/Code/User/settings.json +++ b/.config/Code/User/settings.json @@ -99,10 +99,9 @@ "workbench.editor.highlightModifiedTabs": true, "workbench.editor.restoreViewState": false, "workbench.editor.sharedViewState": false, - "workbench.editor.showTabs": true, + "workbench.editor.showTabs": "multiple", "workbench.editor.tabCloseButton": "right", "workbench.editor.tabSizing": "shrink", - "workbench.editor.untitled.hint": "hidden", "workbench.iconTheme": "sweet-vscode-icons", "workbench.layoutControl.type": "menu", "workbench.list.smoothScrolling": true, @@ -118,7 +117,7 @@ "editor.autoClosingBrackets": "always", "editor.bracketPairColorization.enabled": true, "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" }, "editor.colorDecorators": false, "editor.cursorBlinking": "phase", @@ -146,7 +145,7 @@ "editor.maxTokenizationLineLength": 99999999, "editor.minimap.enabled": false, "editor.mouseWheelScrollSensitivity": 1.5, - "editor.occurrencesHighlight": false, + "editor.occurrencesHighlight": "off", "editor.renderControlCharacters": true, "editor.renderFinalNewline": "on", "editor.renderLineHighlight": "gutter", @@ -164,7 +163,7 @@ "editor.suggest.snippetsPreventQuickSuggestions": false, "editor.tabCompletion": "on", "editor.tabSize": 4, - "editor.wordBasedSuggestions": true, + "editor.wordBasedSuggestions": "matchingDocuments", "editor.wordBasedSuggestionsMode": "matchingDocuments", "editor.wordWrap": "on", "editor.quickSuggestions": { @@ -402,7 +401,7 @@ "[dart]": { "editor.suggestSelection": "first", "editor.tabCompletion": "onlySnippets", - "editor.wordBasedSuggestions": false + "editor.wordBasedSuggestions": "off" }, "[javascript]": { "editor.tabSize": 2 @@ -729,5 +728,7 @@ }, "workbench.colorTheme": "Sweet Dracula", "security.workspace.trust.untrustedFiles": "open", - "workbench.activityBar.visible": false + "workbench.activityBar.location": "hidden", + "workbench.editor.tabActionLocation": "right", + "workbench.editor.empty.hint": "hidden" } -- cgit v1.2.3