feat: adicionando .editorconfig

This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-01-16 08:13:47 -03:00
parent 93d0c454b7
commit 02cd6cdad8

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100