mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-04 01:20:56 +03:00
13 lines
316 B
TOML
13 lines
316 B
TOML
edition = "2021"
|
|
version = "Two"
|
|
max_width = 110
|
|
# won't add \r\n on windows machines, better on diffs
|
|
newline_style = "Unix"
|
|
use_small_heuristics = "Max"
|
|
tab_spaces = 2
|
|
imports_granularity = "Crate"
|
|
use_field_init_shorthand = true
|
|
use_try_shorthand = true
|
|
spaces_around_ranges = true
|
|
overflow_delimited_expr = true
|