remove redundant rules from .editorconfig

This commit is contained in:
Christian Oliff
2019-09-09 13:05:38 +09:00
committed by GitHub
parent ceb4620c78
commit f5aa308399

View File

@@ -14,9 +14,3 @@ trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false
[{.travis.yml,package.json}]
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
indent_size = 2
indent_style = space