projects
/
project
/
odhcpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6ade2e
)
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
patch
|
blob
|
history
diff --git
a/.vscode/settings.json
b/.vscode/settings.json
index f3894c417a03f7f6b518581c837b83559ea318d1..5a9d7fada57636de2fcb4e69bd056bd5c769179b 100644
(file)
--- a/
.vscode/settings.json
+++ b/
.vscode/settings.json
@@
-1,4
+1,3
@@
{
- "editor.tabSize": 8,
- "editor.detectIndentation": false
+ "editor.tabSize": 8
}