force tab size because why not

This commit is contained in:
Matthew Kennedy 2024-01-23 11:11:36 -08:00
parent e5efd5ab1b
commit 9a53ae6c70
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
{ {
"editor.detectIndentation": false, "editor.detectIndentation": false,
"editor.indentSize": 4,
"editor.tabSize": 4,
"editor.insertSpaces": false, "editor.insertSpaces": false,
"[java]": { "[java]": {
"editor.insertSpaces": true "editor.insertSpaces": true