manga_up/.editorconfig

14 lines
185 B
INI
Raw Permalink Normal View History

2021-06-24 23:21:03 +02:00
root = true
[*]
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = false
charset = utf-8
[*.py]
indent_style = space
2021-06-25 19:56:52 +02:00
indent_size = 2
[Makefile]
indent_size = tab