Initial commit

This commit is contained in:
GuilhermeWerner
2020-06-01 17:05:30 -03:00
commit 528853cbe8
7 changed files with 152 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true