From 9b78ff5f6f5934a063e8bd9ec9e73c0fa8a85be3 Mon Sep 17 00:00:00 2001 From: Victoria <126434697+vicpsantana@users.noreply.github.com> Date: Fri, 27 Sep 2024 14:26:45 -0300 Subject: [PATCH] Update .editorconfig Signed-off-by: Victoria <126434697+vicpsantana@users.noreply.github.com> --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 47b9aa7..7b57541 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,7 +5,7 @@ root = true [*] indent_style = space -indent_size = 2 +indent_size = 4 end_of_line = lf charset = utf-8 trim_trailing_whitespace = true