Browse Source

🧑‍💻 Use spaces indent for Python

FB4S_WIFI
Scott Lahteine 2 years ago
parent
commit
ff09ea13a4
  1. 6
      .editorconfig

6
.editorconfig

@ -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

Loading…
Cancel
Save