playtypus/.editorconfig

16 lines
202 B
INI
Raw Normal View History

2021-06-16 07:08:24 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_space = true
max_line_length = 120
indent_style = space
[*.py]
indent_size = 4
[*.ui,*.xml]
indent_size = 2