feat: start cargo rust

This commit is contained in:
2026-08-05 21:22:29 -04:00
parent 228a0da47f
commit 66291ba545
9 changed files with 3215 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
# Check http://editorconfig.org for more information
root = true
[*]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
end_of_line = lf
[*.{yml, yaml}]
indent_size = 2
trim_trailing_whitespace = true
[*.md]
indent_size = 4
trim_trailing_whitespace = true
[LICENSE]
insert_final_newline = false
[*.{diff,patch}]
trim_trailing_whitespace = false