mirror of
https://github.com/BTMuli/TeyvatGuide.git
synced 2025-12-06 08:32:51 +08:00
10 lines
177 B
TOML
10 lines
177 B
TOML
# File rustfmt.toml
|
|
# Desc Rust 格式化配置文件
|
|
# Since Beta v0.3.3
|
|
|
|
max_width = 100
|
|
tab_spaces = 2
|
|
edition = "2018"
|
|
use_small_heuristics = "Max"
|
|
newline_style = "Auto"
|