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