Add project standards files and scripts for consistency
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-03-29 17:36:47 +02:00
parent 80f27aa392
commit 66789d67ad
8 changed files with 499 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