diff options
author | Michele Calgaro <[email protected]> | 2023-12-01 12:38:43 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-12-01 12:38:43 +0900 |
commit | b67b7f2b784c7105e88a5e639d9d84736ae2cbc1 (patch) | |
tree | 0fd16d439c681c07d57d7f0d544c7582e04c3a31 /debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg | |
parent | c0a6f1b84c84749908961579b84513fd9f9d9eac (diff) | |
download | extra-dependencies-b67b7f2b784c7105e88a5e639d9d84736ae2cbc1.tar.gz extra-dependencies-b67b7f2b784c7105e88a5e639d9d84736ae2cbc1.zip |
uncrustify-trinity: updated based on upstream version 0.78.1
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg new file mode 100644 index 00000000..4773d091 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/preproc-cleanup.cfg @@ -0,0 +1,37 @@ +# 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 |