init - add project files

This commit is contained in:
2025-03-06 23:54:11 -05:00
commit e724ff1120
1363 changed files with 897467 additions and 0 deletions

28
vendor/github.com/caarlos0/env/v11/.editorconfig generated vendored Normal file
View File

@@ -0,0 +1,28 @@
[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
max_line_length = 120
[{go.mod,go.sum,*.go}]
insert_final_newline = true
indent_size = tab
indent_style = tab
tab_width = 4
[Makefile]
max_line_length = off
insert_final_newline = true
indent_size = tab
indent_style = tab
tab_width = 4
[*.md]
max_line_length = off
trim_trailing_whitespace = false
indent_size = tab
indent_style = space
tab_width = 2
[.mailmap]
max_line_length = off