From c4a32843d5f2a4b925a9962d99b4c8b422916c1b Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Mon, 17 Apr 2017 09:01:30 +0100 Subject: [PATCH] Issue #2868357 by sahilsharma011: Use an indent of 4 spaces for composer.lock --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 242859d822f1..686c443ceca7 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,5 +13,5 @@ charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true -[composer.json] +[composer.{json,lock}] indent_size = 4 -- GitLab