trailbase/.rustfmt.toml
2026-02-01 23:38:13 +01:00

12 lines
252 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
# Only works with nightly:
# ignore = [
# "vendor",
# ]