mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
17 lines
338 B
TOML
17 lines
338 B
TOML
|
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"
|