mirror of
https://git.openwrt.org/project/odhcpd.git
synced 2025-12-20 02:17:45 +08:00
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:
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@@ -1,4 +1,3 @@
|
||||
{
|
||||
"editor.tabSize": 8,
|
||||
"editor.detectIndentation": false
|
||||
"editor.tabSize": 8
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user