rust/tests
C4K3 abca1deded Add indent_match_arms option (#1404)
Makes it optional whether to indent arms in match expressions. Setting this
to false may be desirable for people wishing to avoid double-indents, in
that if the match arm is a block, the block will cause an extra indentation
level, and if it isn't a block but just a single line, it's still easy to
see the logic at a glance.

This style is preferred in certain other languages with switch statements,
e.g. Linux style C and the most common Java style.
2017-03-26 18:32:29 +13:00
..
config Unify a bunch of option types into IndentStyle 2017-03-20 11:46:39 +13:00
coverage simplify tests 2016-04-05 02:45:39 +03:00
source Add indent_match_arms option (#1404) 2017-03-26 18:32:29 +13:00
target Add indent_match_arms option (#1404) 2017-03-26 18:32:29 +13:00
writemode simplify tests 2016-04-05 02:45:39 +03:00
system.rs Formatting fallout 2017-03-07 09:50:41 +13:00