mirror of
https://github.com/depp/syncfiles.git
synced 2024-11-21 12:30:58 +00:00
VS Code: Use spaces for indenting Python
This commit is contained in:
parent
39ebe32975
commit
36ab91617c
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
@ -9,5 +9,8 @@
|
||||
"[json]": {
|
||||
"editor.insertSpaces": true,
|
||||
"editor.tabSize": 2
|
||||
},
|
||||
"[python]": {
|
||||
"editor.insertSpaces": true
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user