Skip to content

Commit a75c1f9

Browse files
author
Rankaisija
committed
Update uncrustify.cfg
1 parent 9dfb984 commit a75c1f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

uncrustify.cfg

+3-3
Original file line numberDiff line numberDiff line change
@@ -996,7 +996,7 @@ indent_else_if = false # true/false
996996
indent_var_def_blk = 0 # number
997997

998998
# Whether to indent continued variable declarations instead of aligning.
999-
indent_var_def_cont = false # true/false
999+
indent_var_def_cont = true # true/false
10001000

10011001
# Whether to indent continued shift expressions ('<<' and '>>') instead of
10021002
# aligning. Set align_left_shift=false when enabling this.
@@ -1120,7 +1120,7 @@ indent_comma_paren = false # true/false
11201120

11211121
# Whether to indent a Boolean operator when inside a parenthesis.
11221122
# If true, aligns under the open parenthesis.
1123-
indent_bool_paren = false # true/false
1123+
indent_bool_paren = true # true/false
11241124

11251125
# Whether to indent a semicolon when inside a for parenthesis.
11261126
# If true, aligns under the open for parenthesis.
@@ -1151,7 +1151,7 @@ indent_align_assign = true # true/false
11511151
# followed by a newline, the next line indent is one tab.
11521152
#
11531153
# Default: true
1154-
indent_align_paren = true # true/false
1154+
indent_align_paren = false # true/false
11551155

11561156
# (OC) Whether to indent Objective-C blocks at brace level instead of usual
11571157
# rules.

0 commit comments

Comments
 (0)