summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/Issue_1130.cfg
blob: ff3f1c4e56b95c2e7fb2eb5d1f1cc547f1aac8d9 (plain)
1
2
3
4
5
6
indent_with_tabs = 0
# How to indent the continuation of ternary operator.
#     0: Off (default)
#     1: When the `if_false` is a continuation, indent it under `if_false`
#     2: When the `:` is a continuation, indent it under `?`
indent_ternary_operator = 2