diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon.cfg | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon.cfg new file mode 100644 index 00000000..45accdc7 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/cpp/avalon.cfg @@ -0,0 +1,15 @@ +sp_sparen_brace = add +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 |