force tab size because why not
This commit is contained in:
parent
71a64aa3d1
commit
2188e8ec46
.vscode
|
@ -14,6 +14,8 @@
|
|||
"xtree": "cpp"
|
||||
},
|
||||
"editor.detectIndentation": false,
|
||||
"editor.indentSize": 4,
|
||||
"editor.tabSize": 4,
|
||||
"editor.insertSpaces": false,
|
||||
"files.exclude": {
|
||||
"**/.dep": true,
|
||||
|
|
Loading…
Reference in New Issue