vscode: enable indentation detection

Fixes issues with VSCode forcing whitespaces instead of tabs for indentation.

Fixes: df1824aec6 ("vscode: add tab settings")
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
This commit is contained in:
Álvaro Fernández Rojas
2025-11-11 12:44:57 +01:00
parent b6ade2ebc5
commit 2c6a9d6e12

View File

@@ -1,4 +1,3 @@
{
"editor.tabSize": 8,
"editor.detectIndentation": false
"editor.tabSize": 8
}