diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/al.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/al.cfg | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/al.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/al.cfg new file mode 100644 index 00000000..669cef45 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/al.cfg @@ -0,0 +1,23 @@ +sp_compare = force +sp_before_semi_for = force +sp_inside_fparens = remove +sp_inside_fparen = remove +indent_columns = 4 +indent_with_tabs = 0 +nl_end_of_file = force +nl_end_of_file_min = 1 +nl_for_brace = add +nl_before_for = add +# to test convert_value +nl_ds_struct_enum_close_brace = t +nl_after_func_proto_group = 3 +nl_after_func_body = 5 +# to test convert_value +align_func_params = 1 +align_assign_span = 1 +align_enum_equ_span = 10 +align_right_cmt_span = 3 +align_func_proto_span = 3 +cmt_cpp_to_c = true +mod_full_brace_for = add +mod_add_long_function_closebrace_comment = 1 |