mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-03-16 11:16:23 +00:00
🧑💻 Update Python indentation
This commit is contained in:
parent
e3d1bd6d97
commit
06a6708220
31 changed files with 1357 additions and 1353 deletions
|
@ -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…
Add table
Reference in a new issue