Skip to content
Snippets Groups Projects
Unverified Commit 17af1f12 authored by Martine Lenders's avatar Martine Lenders Committed by GitHub
Browse files

Merge pull request #9506 from Josar/pr/ternary

Uncrustify: ternary operator indentation
parents f89b7275 c6e5d971
No related branches found
No related tags found
No related merge requests found
indent_with_tabs = 0 # 1=indent to level only, 2=indent with tabs indent_with_tabs = 0 # 1=indent to level only, 2=indent with tabs
input_tab_size = 4 # original tab size input_tab_size = 4 # original tab size
output_tab_size = 4 # new tab size 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment