CI
Some checks failed
CI / Check links (push) Successful in 9s
CI / Check typos (push) Successful in 10s
CI / Build and test (push) Has been cancelled
CI / Clippy (push) Has been cancelled
CI / Build container (push) Has been cancelled

This commit is contained in:
2025-11-03 23:14:51 -08:00
parent 8be830d36f
commit af64fbe343
4 changed files with 240 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