summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
authorYukai Huang2016-10-24 19:28:01 +0800
committerYukai Huang2016-11-02 08:36:35 +0800
commitcd5977cd5f39ffbe4d1ab5afac0dd895a6b0f6ee (patch)
treed91cd8e55422c868fe4439c52c72fa186bfa62da /.editorconfig
parent03772fe887716dad19b61d91e0e57f4f3c5afe91 (diff)
Update editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index e8019ba7..619c178d 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -9,3 +9,7 @@ insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
+
+[{.travis.yml,npm-shrinkwrap.json,package.json}]
+indent_style = space
+indent_size = 2