File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -996,7 +996,7 @@ indent_else_if = false # true/false
996
996
indent_var_def_blk = 0 # number
997
997
998
998
# 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
1000
1000
1001
1001
# Whether to indent continued shift expressions ('<<' and '>>') instead of
1002
1002
# aligning. Set align_left_shift=false when enabling this.
@@ -1120,7 +1120,7 @@ indent_comma_paren = false # true/false
1120
1120
1121
1121
# Whether to indent a Boolean operator when inside a parenthesis.
1122
1122
# If true, aligns under the open parenthesis.
1123
- indent_bool_paren = false # true/false
1123
+ indent_bool_paren = true # true/false
1124
1124
1125
1125
# Whether to indent a semicolon when inside a for parenthesis.
1126
1126
# If true, aligns under the open for parenthesis.
@@ -1151,7 +1151,7 @@ indent_align_assign = true # true/false
1151
1151
# followed by a newline, the next line indent is one tab.
1152
1152
#
1153
1153
# Default: true
1154
- indent_align_paren = true # true/false
1154
+ indent_align_paren = false # true/false
1155
1155
1156
1156
# (OC) Whether to indent Objective-C blocks at brace level instead of usual
1157
1157
# rules.
You can’t perform that action at this time.
0 commit comments