pingora-test/rustfmt.toml

6 lines
261 B
TOML
Raw Permalink Normal View History

2025-06-11 11:48:25 +08:00
# 基础格式设置
max_width = 100 # 最大行宽默认100
hard_tabs = false # 使用空格而非制表符
tab_spaces = 4 # 每个缩进级别4个空格
newline_style = "Unix" # 使用 \n 换行符(推荐跨平台项目)