diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch.cfg new file mode 100644 index 00000000..bb9f73fb --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/oc/sp_oc_catch.cfg @@ -0,0 +1,12 @@ +sp_sparen_brace = add +sp_oc_catch_paren = force +sp_catch_paren = add # ignore/add/remove/force +sp_oc_catch_brace = add # ignore/add/remove/force +sp_catch_brace = force # ignore/add/remove/force +sp_oc_brace_catch = add # ignore/add/remove/force +sp_brace_catch = force # ignore/add/remove/force +nl_oc_catch_brace = remove # ignore/add/remove/force +nl_catch_brace = remove # ignore/add/remove/force +nl_oc_brace_catch = add # ignore/add/remove/force +nl_brace_catch = remove # ignore/add/remove/force +sp_finally_brace = remove |