VS Code: refine indentation settings

This commit is contained in:
Dietrich Epp 2022-03-24 22:49:49 -04:00
parent 5ad207f785
commit ecc7b30844
1 changed files with 8 additions and 1 deletions

View File

@ -2,5 +2,12 @@
"editor.rulers": [80],
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.insertSpaces": false
"editor.insertSpaces": false,
"[starlark]": {
"editor.insertSpaces": true
},
"[json]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
}
}