Add dotfiles

This commit is contained in:
2024-05-17 14:41:18 -03:00
parent 8fa1746872
commit db2089cb4a
3 changed files with 17 additions and 0 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

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
* text=auto eol=lf

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
node_modules/