force tab size because why not

This commit is contained in:
Matthew Kennedy 2024-01-23 11:11:36 -08:00 committed by rusefi
parent 71a64aa3d1
commit 2188e8ec46
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@
"xtree": "cpp"
},
"editor.detectIndentation": false,
"editor.indentSize": 4,
"editor.tabSize": 4,
"editor.insertSpaces": false,
"files.exclude": {
"**/.dep": true,