mirror of
https://github.com/trailbaseio/trailbase
synced 2026-04-21 13:37:44 +00:00
12 lines
252 B
TOML
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",
|
|
# ]
|