Add an editorconfig

This commit is contained in:
Reid 'arrdem' McKenzie 2021-04-09 01:37:48 -06:00
parent e3c099e729
commit a801299483

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 120
[*.py]
indent_size = 4