feat: Add editor config

This commit is contained in:
xuexb 2017-10-14 23:06:45 +08:00
parent 841fa335e0
commit 545d20e38b

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true