From cd5977cd5f39ffbe4d1ab5afac0dd895a6b0f6ee Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Mon, 24 Oct 2016 19:28:01 +0800 Subject: [PATCH] Update editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index e8019ba..619c178 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