rust/tests/target/configs/brace_style
topecongiro 0142e961ad Prioritize single_line_fn and empty_item_single_line over brace_style
When either one of these two options are set to `true`, each should take
precedence over the brace_style option.

This commit does not introduce any formatting change to the default
configuration, so no version gate is required.
2019-02-01 00:22:47 +09:00
..
fn_always_next_line.rs Tidy up and pass tests 2018-03-02 15:07:13 +13:00
fn_prefer_same_line.rs Tidy up and pass tests 2018-03-02 15:07:13 +13:00
fn_same_line_where.rs Tidy up and pass tests 2018-03-02 15:07:13 +13:00
item_always_next_line.rs Prioritize single_line_fn and empty_item_single_line over brace_style 2019-02-01 00:22:47 +09:00
item_prefer_same_line.rs Tidy up and pass tests 2018-03-02 15:07:13 +13:00
item_same_line_where.rs Tidy up and pass tests 2018-03-02 15:07:13 +13:00