mirror of
https://github.com/trailbaseio/trailbase.git
synced 2025-12-16 15:15:51 -06:00
9 lines
194 B
TOML
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
|