CI
All checks were successful
CI / Check typos (push) Successful in 9s
CI / Check links (push) Successful in 9s
CI / Build and test (push) Successful in 3m4s
CI / Clippy (push) Successful in 3m30s
CI / Build container (push) Successful in 44s

This commit is contained in:
2025-11-03 23:16:05 -08:00
parent 8be830d36f
commit acc057e4cb
4 changed files with 238 additions and 0 deletions

View File

@@ -7,3 +7,7 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.yml]
indent_style = space
indent_size = 2