cacao/rustfmt.toml

7 lines
117 B
TOML
Raw Permalink Normal View History

2022-07-11 01:15:33 +10:00
max_width = 130
match_block_trailing_comma = true
# Nightly
overflow_delimited_expr = true
2022-07-16 00:14:02 +10:00
trailing_comma = "Never"