diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/avalon.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/avalon.cfg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/avalon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/avalon.cfg new file mode 100644 index 00000000..aef9ed44 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/avalon.cfg @@ -0,0 +1,14 @@ +sp_before_byref = remove +sp_before_byref_func = remove +sp_before_square = force +sp_func_proto_paren = remove +sp_func_def_paren = remove +sp_before_vardef_square = force +indent_columns = 2 +nl_start_of_file = remove +nl_struct_brace = remove +nl_fdef_brace = force +nl_after_func_body = 2 +eat_blanks_after_open_brace = true +eat_blanks_before_close_brace = true +mod_full_brace_if = add |