config/.editorconfig

15 lines
181 B
INI
Raw Normal View History

2023-02-25 01:29:13 +01:00
# https://EditorConfig.org
2022-10-17 22:40:48 +02:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
2023-02-25 01:29:13 +01:00
indent_size = 2
[Makefile]
indent_style = tab
[*.py]
indent_size = 4