pingora-test/rustfmt.toml

6 lines
261 B
TOML
Raw Permalink Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

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