VS Code: Use spaces for indenting Python

This commit is contained in:
Dietrich Epp 2022-04-04 13:53:01 -04:00
parent 39ebe32975
commit 36ab91617c
1 changed files with 3 additions and 0 deletions

View File

@ -9,5 +9,8 @@
"[json]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[python]": {
"editor.insertSpaces": true
}
}