Initial commit

This commit is contained in:
Manuel 2023-08-29 18:00:00 +02:00
commit eca46fcadd
Signed by: Manuel
GPG key ID: 4085037435E1F07A
21 changed files with 1666 additions and 0 deletions

18
.editorconfig Normal file
View file

@ -0,0 +1,18 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{go.mod,*.go}]
indent_style = tab
indent_size = 4
[*.{yml,yaml,hcl,toml}]
indent_style = space
indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false