Add .editorconfig

This commit is contained in:
Alexander Corn 2017-12-30 02:25:07 -05:00
parent 8e761ffe6c
commit 7c2ec65b8c

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
charset = utf-8
indent_style = tab
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
insert_final_newline = false
trim_trailing_whitespace = false