smithay/.rustfmt.toml

11 lines
252 B
TOML
Raw Normal View History

2017-03-13 17:12:14 +00:00
error_on_line_overflow = false
fn_args_density = "Compressed"
fn_args_layout = "Visual"
fn_arg_intent = "Tabbed"
reorder_imports = true
reorder_imported_names = true
2017-03-20 14:55:18 +00:00
report_todo = "Never"
report_fixme = "Never"
2017-03-13 17:12:14 +00:00
use_try_shorthand = true
max_width = 110