Files
trailbase/.rustfmt.toml
2025-08-01 20:30:12 +02:00

9 lines
194 B
TOML

# Docs: https://rust-lang.github.io/rustfmt/
edition = "2024"
brace_style = "SameLineWhere"
empty_item_single_line = true
max_width = 100
comment_width = 100
wrap_comments = true
tab_spaces = 2