diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-29 16:23:41 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-05-29 16:23:41 +0300 |
| commit | d7cb08134102b7a2410c48d2a1802193f9031e00 (patch) | |
| tree | 711498836d6679ca2fc3b4ba9369b7fe53d7a3fa /uncrustify.conf | |
| parent | e148f38dc937c34b222ba8df8612b3fa2b6bc349 (diff) | |
| download | kmi-d7cb08134102b7a2410c48d2a1802193f9031e00.tar.gz kmi-d7cb08134102b7a2410c48d2a1802193f9031e00.zip | |
continue documentation efforts
Diffstat (limited to 'uncrustify.conf')
| -rw-r--r-- | uncrustify.conf | 6 |
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 |
