No effective change - add .editorconfig

This commit is contained in:
Rob Bygrave
2016-11-11 17:14:12 +13:00
parent 5c142a61f6
commit 2953418683
+12
View File
@@ -0,0 +1,12 @@
# editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
spaces_around_operators = true