chore: initial setup

That sweet sweet bunch of JS dotfiles
This commit is contained in:
Gustavo "Guz" L. de Mello
2024-01-18 00:20:38 -03:00
parent f00b271799
commit e167378d27
17 changed files with 4387 additions and 0 deletions

16
.editorconfig Normal file
View File

@@ -0,0 +1,16 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
[*.{yml,yaml}]
indent_style = space