summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/documentation/Conditional_operator.txt-save
blob: a9448718c7434f509c25055c932a3e83c14124ab (plain)
1
2
3
4
5
6
7
The bug https://github.com/uncrustify/uncrustify/issues/1130
shows the problem with the conditional operator ?
indent_ternary_operator not aligning correctly.

The solution is to transform the simple call to a recursiv call.
The position of ? must be saved for each level and be used to
position the colon operator.