diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_func_decl_1.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_func_decl_1.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_func_decl_1.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_func_decl_1.cfg new file mode 100644 index 00000000..438afe8f --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/nl_func_decl_1.cfg @@ -0,0 +1,15 @@ +# a few options to make the output pretty +sp_after_comma = force +sp_inside_fparen = force +# --- +nl_func_paren = remove +nl_func_def_paren = force +nl_func_decl_start = remove +nl_func_def_start = force +nl_func_decl_args = remove +nl_func_def_args = force +nl_func_decl_end = remove +nl_func_def_end = force +nl_func_def_empty = force +nl_inside_empty_func = 2 +nl_collapse_empty_body = true # this option overrides nl_inside_empty_func |