introduce editorconfig

This commit is contained in:
Boshi Lian
2017-10-24 16:49:10 +08:00
parent eb77c23bb0
commit e4087ee992

14
.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# EditorConfig is awesome: http://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
end_of_line = lf
charset = utf-8
indent_size = 4
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true