chore: prepare production rust release
ci / rust (push) Successful in 53s
ci / lint-yaml (push) Successful in 5s
release / linux-amd64 (push) Failing after 31s

This commit is contained in:
2026-07-03 15:45:22 +02:00
parent d1cc207ce4
commit edd77bdcf1
52 changed files with 2583 additions and 4077 deletions
+15
View File
@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.rs]
indent_size = 4
[Makefile]
indent_style = tab