chore: format rust code

This commit is contained in:
GyDi
2022-11-12 11:37:23 +08:00
parent a211fc7c97
commit 4668be6e24
31 changed files with 3268 additions and 3262 deletions

View File

@@ -5,3 +5,9 @@ charset = utf-8
end_of_line = lf
indent_size = 2
insert_final_newline = true
[*.rs]
charset = utf-8
end_of_line = lf
indent_size = 4
insert_final_newline = true