diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/oc/oc19.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/oc/oc19.cfg | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/oc/oc19.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/oc/oc19.cfg new file mode 100644 index 00000000..d68c95f0 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/oc/oc19.cfg @@ -0,0 +1,10 @@ +sp_after_oc_scope = remove +indent_columns = 3 +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_switch_brace = add +nl_fdef_brace = add +eat_blanks_after_open_brace = true + +# Add or remove newline between method declaration and '{' +nl_oc_mdef_brace = force |