Added editorconfig

This commit is contained in:
Aaron Cox
2019-03-06 17:21:46 -05:00
parent 7f6d869012
commit ba28414cb7
+12
View File
@@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false