Fix case statement indentation setting for uncrustify.

This commit is contained in:
John Beard 2015-01-08 09:02:27 -05:00 committed by Wayne Stambaugh
parent 7d8df0425f
commit 1ddde7426f
1 changed files with 1 additions and 1 deletions

View File

@ -169,7 +169,7 @@ indent_case_shift = 0 # number
# Spaces to indent '{' from 'case'. # Spaces to indent '{' from 'case'.
# By default, the brace will appear under the 'c' in case. # By default, the brace will appear under the 'c' in case.
# Usually set to 0 or indent_columns. # 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 # Whether to indent comments found in first column
indent_col1_comment = false # false/true indent_col1_comment = false # false/true