Add editorconfig.

This commit is contained in:
Christopher Pitt 2014-08-29 10:28:05 +12:00
parent e301279358
commit e391ed5b91

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