1
0

Refactor
Some checks failed
CI / Check typos (push) Failing after 9s
CI / Check links (push) Successful in 8s
CI / Clippy (push) Failing after 1m0s
CI / Build and test (push) Failing after 5m14s

This commit is contained in:
2025-12-15 20:31:47 -08:00
parent c59ca2164e
commit 0bf0aca1ab
19 changed files with 1584 additions and 1066 deletions

13
.editorconfig Normal file
View File

@@ -0,0 +1,13 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_size = 2
indent_style = space