Add .editorconfig

This commit is contained in:
Donovan Glover
2017-12-22 23:22:00 -05:00
parent 629b98d111
commit dde550ebab

12
.editorconfig Normal file
View File

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