manga_up/.editorconfig

11 lines
155 B
INI
Raw 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
indent_size = 2