plenum-bot/rustfmt.toml

7 lines
167 B
TOML
Raw Permalink Normal View History

2024-08-02 15:17:13 +02:00
edition = "2021"
newline_style = "Unix"
match_block_trailing_comma = true
fn_params_layout = "Compressed"
use_field_init_shorthand = true
use_small_heuristics = "Max"