提交 78a0060a 编写于 作者: J Johannes Rieken

Merge pull request #759 from resir014/editorconfig

Fixes to editorconfig
......@@ -3,10 +3,13 @@
# top-most EditorConfig file
root = true
# Tab indentation (no size specified)
# Tab indentation
[*]
indent_style = tab
indent_size = 4
[{.travis.yml,npm-shrinkwrap.json}]
# The indent size used in the `package.json` file cannot be changed
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
[{.travis.yml,npm-shrinkwrap.json,package.json}]
indent_style = space
indent_size = 2
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册