Merge pull request #3452 from assertchris/add-editorconfig

Add editorconfig.
This commit is contained in:
Will Rossiter 2014-08-29 15:32:25 +12:00
commit 7b0ae41916

7
.editorconfig Normal file
View File

@ -0,0 +1,7 @@
root = true
end_of_line = lf
insert_final_newline = true
indent_style = tab
charset = utf-8
trim_trailing_whitespace = true