init serv file

This commit is contained in:
2025-08-13 22:07:41 +08:00
parent 3747a2c65e
commit e0492e1d74
33 changed files with 4108 additions and 168 deletions

View File

@@ -1,4 +1,4 @@
# Rust 格式化配置
tab_spaces = 2 # 设置缩进为2个空格
max_width = 100 # 每行最大宽度
max_width = 120 # 每行最大宽度
edition = "2024" # 使用Rust 2021版本