treepuncher/.editorconfig

11 lines
164 B
INI
Raw Normal View History

2022-02-20 13:27:52 +01:00
# Unix-style newlines with a newline ending every file
[*]
2022-07-06 12:42:29 +02:00
charset = utf-8
indent_style = tab
2022-02-20 13:27:52 +01:00
end_of_line = lf
insert_final_newline = true
[*.py]
indent_size = 4