From afa1d52bf8eb065da189637d741dc39913d629fa Mon Sep 17 00:00:00 2001 From: Marv Date: Mon, 3 Feb 2020 14:04:36 +0000 Subject: [PATCH] ensure composer.json is indented with spaces --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 69fbfa8b..b06b4dbc 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ insert_final_newline = true [*.yml] indent_size = 2 + +[composer.json] +indent_style = space