diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/oc/oc10.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/oc/oc10.cfg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/oc/oc10.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/oc/oc10.cfg new file mode 100644 index 00000000..d50a20d8 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.76.0/tests/config/oc/oc10.cfg @@ -0,0 +1,12 @@ +sp_before_ptr_star = force +sp_inside_square = remove +sp_after_comma = force +sp_inside_fparen = remove +sp_func_call_paren = remove +sp_after_oc_scope = remove +sp_after_oc_msg_receiver = force +indent_columns = 3 +nl_fdef_brace = add + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force |