Merge pull request #418 from anjia0532/editorconfig

[ISSUE #417] maintain consistent coding styles
This commit is contained in:
Keep 2018-12-10 19:41:36 +08:00 committed by GitHub
commit 5945fcba38
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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