talc/rustfmt.toml

12 lines
163 B
TOML
Raw Permalink Normal View History

2024-11-04 13:25:31 -05:00
unstable_features = true
hard_tabs = true
tab_spaces = 4
2024-11-04 13:31:53 -05:00
max_width = 92
2024-11-04 13:25:31 -05:00
trailing_semicolon = false
trailing_comma = "Vertical"
use_field_init_shorthand = true