Restore editor config

This commit is contained in:
Andrew Sliwinski 2016-05-03 17:55:53 -04:00
parent b98b03c11d
commit 7e5d3965a7

10
.editorconfig Normal file
View file

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