🧑‍💻 Update Python indentation

This commit is contained in:
Scott Lahteine
2023-03-25 20:40:44 -05:00
parent d02d7d26c8
commit 284cc8f4c0
31 changed files with 1357 additions and 1353 deletions

View File

@@ -14,6 +14,10 @@ end_of_line = lf
indent_style = space
indent_size = 2
[{*.py,*.conf,*.sublime-project}]
[{*.py}]
indent_style = space
indent_size = 4
[{*.conf,*.sublime-project}]
indent_style = tab
indent_size = 4