treepuncher/.editorconfig
2022-02-20 13:27:52 +01:00

10 lines
164 B
INI

# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
charset = utf-8
indent_style = tab
indent_size = 4