Revert "added editorconfig to maintain consistent coding styles. more infos https://editorconfig.org/"

This reverts commit f9f46670
This commit is contained in:
anjia0532 2018-12-09 14:04:14 +08:00
parent f9f4667032
commit 99bdf41245

View File

@ -1,16 +0,0 @@
# 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