added editorconfig to maintain consistent coding styles.

more infos https://editorconfig.org/
This commit is contained in:
anjia0532 2018-12-09 13:57:17 +08:00
parent 0c5654cec8
commit f9f4667032

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# 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
[*.md]
trim_trailing_whitespace = false
[{package.json,.travis.yml}]
indent_size = 2