wedge/.editorconfig
2019-07-27 05:03:19 -05:00

11 lines
155 B
INI

root = true
[*]
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4