From e148f38dc937c34b222ba8df8612b3fa2b6bc349 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 May 2022 11:23:29 +0300 Subject: modify formatting rules --- uncrustify.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'uncrustify.conf') 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 -- cgit v1.3