aboutsummaryrefslogtreecommitdiff
path: root/uncrustify.conf
diff options
context:
space:
mode:
Diffstat (limited to 'uncrustify.conf')
-rw-r--r--uncrustify.conf6
1 files changed, 4 insertions, 2 deletions
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