cacao/rustfmt.toml
2022-07-15 16:14:02 +02:00

7 lines
117 B
TOML

max_width = 130
match_block_trailing_comma = true
# Nightly
overflow_delimited_expr = true
trailing_comma = "Never"