mv rustfmt.toml

This commit is contained in:
HouXiaoxuan
2023-12-21 22:21:14 +08:00
parent d116f4b2ff
commit 2a04d7454b

View File

@@ -1,20 +0,0 @@
# Run rustfmt with this config (it should be picked up automatically).
version = "Two"
use_small_heuristics = "Max"
max_width = 120
struct_lit_width = 60
chain_width = 60
single_line_if_else_max_width = 60
single_line_let_else_max_width = 60
merge_derives = true
reorder_imports = true
# 格式化注释代码块Unstable
format_code_in_doc_comments = true
# 彩色输出Unstable
color = "Auto"
ignore = [
"tests",
]