Init repo

This commit is contained in:
Guilherme Werner
2024-02-22 13:18:42 -03:00
parent ffc82a6de6
commit 1346d7656a
3 changed files with 59 additions and 2 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.env*]
insert_final_newline = false