Uncrustify: ternary operator indentation

This commit is contained in:
Josarn 2018-07-05 18:42:41 +02:00
parent 61e8825fa7
commit c6e5d97154

View File

@ -4,6 +4,7 @@ output_tab_size = 4 # new tab size
indent_columns = output_tab_size # indent_columns = output_tab_size #
indent_label = 1 # pos: absolute col, neg: relative column indent_label = 1 # pos: absolute col, neg: relative column
indent_switch_case = 4 # number indent_switch_case = 4 # number
indent_ternary_operator = 2 # When the `:` is a continuation, indent it under `?`
# #
# inter-symbol newlines # inter-symbol newlines