Adds editorconfig for GitHub previews

This commit is contained in:
Thomas Wilburn 2015-11-09 08:57:09 -08:00
parent 74d33a4238
commit 6c4eaea13d

8
.editorconfig Normal file
View file

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