splines/rustfmt.toml

16 lines
327 B
TOML
Raw Permalink Normal View History

2020-03-19 01:22:26 +01:00
edition = "2018"
2023-09-23 13:01:18 +02:00
fn_params_layout = "Tall"
2020-03-19 01:22:26 +01:00
force_explicit_abi = true
hard_tabs = false
max_width = 100
merge_derives = true
newline_style = "Unix"
remove_nested_parens = true
reorder_imports = true
reorder_modules = true
tab_spaces = 2
use_field_init_shorthand = true
use_small_heuristics = "Default"
use_try_shorthand = true