Fix case statement indentation setting for uncrustify.
This commit is contained in:
parent
7d8df0425f
commit
1ddde7426f
|
@ -169,7 +169,7 @@ indent_case_shift = 0 # number
|
|||
# Spaces to indent '{' from 'case'.
|
||||
# By default, the brace will appear under the 'c' in case.
|
||||
# Usually set to 0 or indent_columns.
|
||||
indent_case_brace = 4 # number
|
||||
indent_case_brace = 0 # number
|
||||
|
||||
# Whether to indent comments found in first column
|
||||
indent_col1_comment = false # false/true
|
||||
|
|
Loading…
Reference in New Issue