security_asset/rustfmt.toml
authName 0345388e51 do cargo fmt
Change-Id: Ic86a9364c326bdb63acda81f1b09c50de7ab0e4d

Match-id-1b88e9a527533c5752e362a36c77662c7b61cac8
2023-10-19 11:09:20 +08:00

11 lines
413 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 统一管理宽度设置,但不包含 comment_width
use_small_heuristics="MAX"
# 在match分支中如果包含了块也需要加逗号以示分隔
match_block_trailing_comma=true
# 如果项目只在 Unix 平台下跑,可以设置该项为 Unix表示换行符只依赖 Unix
newline_style="Unix"
# 不要将多个 Derive 宏合并为同一行
merge_derives = false
# 设置行长度
max_width = 120