From d7cb08134102b7a2410c48d2a1802193f9031e00 Mon Sep 17 00:00:00 2001 From: Kimplul Date: Sun, 29 May 2022 16:23:41 +0300 Subject: continue documentation efforts --- uncrustify.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'uncrustify.conf') diff --git a/uncrustify.conf b/uncrustify.conf index 269ae79..b72a76a 100644 --- a/uncrustify.conf +++ b/uncrustify.conf @@ -2,6 +2,8 @@ # TODO: add slightly more strict rules, there are a few too many 'ignore' # directives for my liking. +# TODO: macros that are longer than the line width are broken up in some pretty +# ugly ways, I should look into that. # # General options @@ -652,10 +654,10 @@ sp_super_paren = remove # ignore/add/remove/force sp_this_paren = remove # ignore/add/remove/force # Add or remove space between a macro name and its definition. -sp_macro = ignore # ignore/add/remove/force +sp_macro = remove # ignore/add/remove/force # Add or remove space between a macro function ')' and its definition. -sp_macro_func = ignore # ignore/add/remove/force +sp_macro_func = remove # ignore/add/remove/force # Add or remove space between 'else' and '{' if on the same line. sp_else_brace = ignore # ignore/add/remove/force -- cgit v1.3