From ba3dff55d2597057ce454eb20b439b202e7a28eb Mon Sep 17 00:00:00 2001 From: Luiz Bills Date: Mon, 15 Apr 2024 11:06:06 -0300 Subject: [PATCH] Update .editorconfig --- .editorconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 025b7d4..1ba1c29 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,15 +3,14 @@ root = true [*] end_of_line = lf insert_final_newline = true +indent_size = 4 [*.php] charset = utf-8 trim_trailing_whitespace = true indent_style = tab -indent_size = 4 [*.{json, html, js, css}] charset = utf-8 trim_trailing_whitespace = true indent_style = space -indent_size = 4