diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1130.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1130.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1130.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1130.cfg new file mode 100644 index 00000000..ff3f1c4e --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/Issue_1130.cfg @@ -0,0 +1,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 |