From 88cd7ed3a0c07a0b24b70ee43d855488d7f1ac7e Mon Sep 17 00:00:00 2001 From: Robbie Averill Date: Wed, 11 Apr 2018 19:22:09 +1200 Subject: [PATCH] Add editorconfig rule for composer.json to be allowed four spaces --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index aa9a047..af73285 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,3 +13,6 @@ insert_final_newline = true trim_trailing_whitespace = true indent_style = space indent_size = 4 + +[composer.json] +indent_size = 4