Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: Victoria <126434697+vicpsantana@users.noreply.github.com>
  • Loading branch information
vicpsantana authored Sep 26, 2024
1 parent e116d58 commit 91193c9
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 91193c9

Please sign in to comment.