aboutsummaryrefslogtreecommitdiff
path: root/uncrustify.conf
diff options
context:
space:
mode:
Diffstat (limited to 'uncrustify.conf')
-rw-r--r--uncrustify.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/uncrustify.conf b/uncrustify.conf
index 7221de0..269ae79 100644
--- a/uncrustify.conf
+++ b/uncrustify.conf
@@ -1064,7 +1064,7 @@ indent_else_if = false # true/false
indent_var_def_blk = 0 # number
# Whether to indent continued variable declarations instead of aligning.
-indent_var_def_cont = false # true/false
+indent_var_def_cont = true # true/false
# Whether to indent continued shift expressions ('<<' and '>>') instead of
# aligning. Set align_left_shift=false when enabling this.
@@ -2564,7 +2564,7 @@ align_oc_msg_spec_span = 0 # unsigned number
# Whether to align macros wrapped with a backslash and a newline. This will
# not work right if the macro contains a multi-line comment.
-align_nl_cont = false # true/false
+align_nl_cont = true # true/false
# Whether to align macro functions and variables together.
align_pp_define_together = false # true/false