vscode: enable indentation detection
authorÁlvaro Fernández Rojas <[email protected]>
Tue, 11 Nov 2025 11:44:57 +0000 (12:44 +0100)
committerÁlvaro Fernández Rojas <[email protected]>
Tue, 11 Nov 2025 11:46:15 +0000 (12:46 +0100)
Fixes issues with VSCode forcing whitespaces instead of tabs for indentation.

Fixes: df1824aec66c ("vscode: add tab settings")
Signed-off-by: Álvaro Fernández Rojas <[email protected]>
.vscode/settings.json

index f3894c417a03f7f6b518581c837b83559ea318d1..5a9d7fada57636de2fcb4e69bd056bd5c769179b 100644 (file)
@@ -1,4 +1,3 @@
 {
-       "editor.tabSize": 8,
-       "editor.detectIndentation": false
+       "editor.tabSize": 8
 }