VS Code: use tabs

This commit is contained in:
Dietrich Epp 2022-03-23 01:25:59 -04:00
parent 43cb03c572
commit 612aad382f
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
{
"editor.rulers": [80],
"editor.detectIndentation": false,
"editor.tabSize": 4
"editor.tabSize": 4,
"editor.insertSpaces": false
}