diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/preproc-cleanup.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/preproc-cleanup.cfg | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/preproc-cleanup.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/preproc-cleanup.cfg deleted file mode 100644 index 4773d091..00000000 --- a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/preproc-cleanup.cfg +++ /dev/null @@ -1,37 +0,0 @@ -# Clean up preprocessor output, ie from "gcc -E" -sp_arith = force -sp_inside_paren = remove -sp_paren_paren = remove -sp_after_ptr_star = remove -sp_after_ptr_star_func = remove -sp_after_cast = remove -sp_sizeof_paren = remove -sp_func_proto_paren = remove -sp_func_def_paren = remove -sp_inside_fparen = remove -sp_after_tparen_close = remove -sp_func_call_paren = remove -sp_return_paren = remove -sp_attribute_paren = remove -sp_cond_colon = add -sp_cond_question = add -indent_columns = 3 -nl_enum_brace = add -nl_struct_brace = add -nl_union_brace = add -nl_after_semicolon = true -nl_after_brace_open = true -nl_max = 4 -nl_after_func_proto_group = 2 -nl_after_func_body = 2 -eat_blanks_after_open_brace = true -eat_blanks_before_close_brace = true -align_var_def_star_style = 1 -align_var_def_inline = true -align_enum_equ_span = 16 -align_var_struct_span = 99 -align_typedef_gap = 3 -align_typedef_span = 5 -mod_paren_on_return = add -pp_space_after = remove -sp_before_vardef_square = ignore |