talc/rustfmt.toml

12 lines
163 B
TOML
Raw Normal View History

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