mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-28 02:26:16 +00:00
editorconfig: Python files have 4-space indents
This commit is contained in:
parent
4687955b17
commit
2f5da6cf8a
|
@ -12,3 +12,6 @@ tab_width = 8
|
|||
indent_style = tab
|
||||
indent_size = 8
|
||||
max_line_length = 80
|
||||
|
||||
[*.py]
|
||||
indent_size = 4
|
||||
|
|
Loading…
Reference in a new issue