chore: format rust code

This commit is contained in:
GyDi
2022-11-12 11:37:23 +08:00
parent b07a4b95aa
commit a45c61f19e
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