wedge/.editorconfig

12 lines
155 B
INI
Raw Normal View History

2019-07-27 10:03:19 +00:00
root = true
[*]
end_of_file = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.py]
charset = utf-8
indent_style = space
indent_size = 4