bytemuck/rustfmt.toml

9 lines
175 B
TOML
Raw Normal View History

2019-09-20 01:09:31 +00:00
error_on_line_overflow = false
merge_imports = true
reorder_imports = true
use_try_shorthand = true
tab_spaces = 2
max_width = 80
2019-09-20 01:09:31 +00:00
color = "Never"
use_small_heuristics = "Max"