spacedrive/.rustfmt.toml
2022-03-30 16:14:50 +08:00

7 lines
160 B
TOML

hard_tabs = true
tab_spaces = 4
match_block_trailing_comma = true
max_width = 90
newline_style = "Unix"
use_field_init_shorthand = true
use_try_shorthand = true