🧑‍💻 Use spaces indent for Python

This commit is contained in:
Scott Lahteine
2022-08-19 11:00:52 -05:00
committed by Sven Soost
parent 37918e1c77
commit f54cafdc76
26 changed files with 1739 additions and 1735 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