Add editorconfig

This commit is contained in:
Adam Charron 2018-03-12 12:14:12 -04:00
parent d22ff1b8fb
commit f090c3f4cf
No known key found for this signature in database
GPG Key ID: B16191EAA5EC9029

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8