From f35c949d126ba4ef73a0a19abd7110648f8b7c35 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Mon, 2 Apr 2018 18:00:22 +0100 Subject: [PATCH] Use two spaces for all JSON files --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index a45bfa8c4..52065f8fe 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,5 +11,5 @@ indent_style = space indent_size = 4 trim_trailing_whitespace = true -[{package.json,*.yml}] +[{*.json,*.yml}] indent_size = 2