mirror of
https://github.com/MarlinFirmware/Marlin.git
synced 2025-02-16 14:27:32 +00:00
🧑💻 Update Python indentation
This commit is contained in:
parent
d02d7d26c8
commit
284cc8f4c0
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…
Reference in a new issue