Files
trailbase/.rustfmt.toml
Sebastian Jeltsch bdb3735840 Squash all commits for a fresh start.
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
2024-10-30 23:38:56 +01:00

9 lines
194 B
TOML

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