1
0
Fork 0
baseview/.rustfmt.toml
Pedro Tacla Yamada 2a894c6bc9
Run cargo fmt on source files (#106)
* Run cargo fmt on source files

* Update with rustfmt.toml

* Change rustfmt configuration and run it again
2021-11-10 00:57:54 -06:00

4 lines
91 B
TOML

fn_args_layout = "Compressed"
use_small_heuristics = "Max"
use_field_init_shorthand = true