manga_up/.editorconfig

14 lines
185 B
INI
Raw Permalink Normal View History

2021-06-24 21:21:03 +00: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 17:56:52 +00:00
indent_size = 2
[Makefile]
indent_size = tab