VSCode config: indentation should be 4-width tabs

This commit is contained in:
2025-08-29 20:23:44 -04:00
parent 0fefa5be7f
commit 6314b0182a
+1 -1
View File
@@ -77,7 +77,7 @@
"bitset": "cpp" "bitset": "cpp"
}, },
"editor.rulers": [80, 120], "editor.rulers": [80, 120],
"editor.tabSize": 8, "editor.tabSize": 4,
"editor.insertSpaces": false, "editor.insertSpaces": false,
"editor.detectIndentation": false "editor.detectIndentation": false
} }