From c091b6b68d2e79bc850f4b293f91eef87c76c57c Mon Sep 17 00:00:00 2001 From: James Brooks Date: Fri, 5 Aug 2016 16:24:04 +0100 Subject: [PATCH] Use 2 spaces for package.json and *.yml files --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index f44e7c16..a45bfa8c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true + +[{package.json,*.yml}] +indent_size = 2