mirror of
https://github.com/trailbaseio/trailbase.git
synced 2026-01-06 01:40:12 -06:00
This is only to avoid accidentally leaking any secrets from early development especially in the light of short-sha attacks.
9 lines
194 B
TOML
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
|