gba/rustfmt.toml

9 lines
178 B
TOML
Raw Normal View History

2018-11-07 21:21:17 -07:00
error_on_line_overflow = false
fn_args_density = "Compressed"
2018-11-12 14:57:28 -07:00
merge_imports = true
2018-11-07 21:21:17 -07:00
reorder_imports = true
use_try_shorthand = true
tab_spaces = 2
max_width = 150
color = "Never"