Add .editorconfig

This commit is contained in:
Tau 2018-11-08 17:09:28 -05:00
commit 646c8d142c

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
# http://editorconfig.org/
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
max_line_length = 79