From 05be8d710711d4e42943e55dd9e75efdbc70b22d Mon Sep 17 00:00:00 2001 From: Adrian Moennich Date: Thu, 15 Mar 2018 15:21:00 +0100 Subject: [PATCH] Add package.json to .editorconfig --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 02024ba..9d5481a 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,8 @@ insert_final_newline=true [{*.yml,*.yaml}] indent_size=2 +[package.json] +indent_size=2 + [Makefile] indent_style=tab