spacedrive/.rustfmt.toml

6 lines
145 B
TOML
Raw Normal View History

2022-03-30 08:14:50 +00:00
hard_tabs = true
match_block_trailing_comma = true
max_width = 90
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true