about summary refs log tree commit diff
path: root/src/patterns.rs
diff options
context:
space:
mode:
authorC4K3 <github25b@c4k3.net>2017-03-26 07:32:29 +0200
committerNick Cameron <nrc@ncameron.org>2017-03-26 18:32:29 +1300
commitabca1dededc504eeff7fb31fb2f92e54c7ddae0e (patch)
tree176cc589852c7f712d70ca6c2d049d562a761cbb /src/patterns.rs
parent0dd0cc1941d5ef8222e36d54b0efd38628d589ee (diff)
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.
Diffstat (limited to 'src/patterns.rs')
0 files changed, 0 insertions, 0 deletions