serai/.rustfmt.toml

18 lines
355 B
TOML
Raw Permalink Normal View History

2023-07-20 02:49:56 +00:00
edition = "2021"
2022-07-15 05:26:07 +00:00
tab_spaces = 2
max_width = 100
# Let the developer decide based on the 100 char line limit
use_small_heuristics = "Max"
error_on_line_overflow = true
error_on_unformatted = true
imports_granularity = "Crate"
reorder_imports = false
reorder_modules = false
unstable_features = true
spaces_around_ranges = true
binop_separator = "Back"