Add .editorconfig file (#373)

This commit is contained in:
Alasdair Campbell
2017-01-19 10:26:19 +00:00
committed by Yuri Kuznetsov
parent 17dac5bde8
commit cf63b1c779

11
.editorconfig Normal file
View File

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