From 91193c94261aea55dda7ce0dc7c7a61ffd1c9460 Mon Sep 17 00:00:00 2001 From: Victoria <126434697+vicpsantana@users.noreply.github.com> Date: Thu, 26 Sep 2024 16:01:40 -0300 Subject: [PATCH] Update .editorconfig Signed-off-by: Victoria <126434697+vicpsantana@users.noreply.github.com> --- .editorconfig | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 30d23a3..7b57541 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,11 +1,17 @@ +# More on EditorConfig: https://editorconfig.org/ +# VS Code Extension: https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig + root = true [*] +indent_style = space +indent_size = 4 end_of_line = lf -insert_final_newline = true +charset = utf-8 trim_trailing_whitespace = true +insert_final_newline = true -[*.py] +[*.sh] indent_style = space -indent_size = 4 -charset = utf-8 +indent_size = 2 +executable = true