From 6020ee2cb24479ac0dac4bbe0e9fb4a87514b728 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Tue, 28 Sep 2021 20:35:19 +0200 Subject: [PATCH] chore: Update `.editorconfig` file. --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index d769b46a4..fe115d4c0 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,6 +7,7 @@ charset = utf-8 end_of_line = LF insert_final_newline = true trim_trailing_whitespace = true +indent_size = 4 [*.{php,html,twig}] indent_style = space