chore: apply project standards templates

This commit is contained in:
2026-03-29 19:29:18 +02:00
parent d74b700691
commit d5660ba8ca
8 changed files with 519 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = space
indent_size = 4
[*.go]
indent_style = tab
indent_size = 4
[*.md]
trim_trailing_whitespace = false