Create .editorconfig

This commit is contained in:
shockey
2017-03-19 17:34:09 -07:00
committed by GitHub
parent 5f0cc74e89
commit 3951c87ec0

10
.editorconfig Normal file
View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false