Merge pull request 'Entrega do Desafio' (#5) from feature/desafio-react-e-typescript into develop

Reviewed-on: #5
This commit is contained in:
Ana Carolina Duarte Cavalcante 2023-01-16 11:14:37 +00:00
commit 9eaee45200

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