VSCode config: use 8-width tabs
This commit is contained in:
Vendored
+4
-1
@@ -76,5 +76,8 @@
|
|||||||
"typeindex": "cpp",
|
"typeindex": "cpp",
|
||||||
"bitset": "cpp"
|
"bitset": "cpp"
|
||||||
},
|
},
|
||||||
"editor.rulers": [80, 120]
|
"editor.rulers": [80, 120],
|
||||||
|
"editor.tabSize": 8,
|
||||||
|
"editor.insertSpaces": false,
|
||||||
|
"editor.detectIndentation": false
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user