spacedrive/core/.rustfmt.toml
2022-03-31 17:41:17 -07: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