summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-18 17:53:35 +0900
committerMichele Calgaro <[email protected]>2023-11-19 19:27:29 +0900
commitc0a6f1b84c84749908961579b84513fd9f9d9eac (patch)
treeace7ba60cb031acd3a1f4ff10f7bbc5668fa801f /debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg
parent52e5ffe140f0f4402e97936447bc9a606045d2b5 (diff)
downloadextra-dependencies-c0a6f1b84c84749908961579b84513fd9f9d9eac.tar.gz
extra-dependencies-c0a6f1b84c84749908961579b84513fd9f9d9eac.zip
uncrustify-trinity: updated based on upstream version 0.78.0
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg51
1 files changed, 51 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg
new file mode 100644
index 00000000..953964d3
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/common/d.cfg
@@ -0,0 +1,51 @@
+sp_before_semi_for = remove
+sp_arith = force
+sp_assign = force
+sp_compare = force
+sp_inside_paren = remove
+sp_paren_paren = remove
+sp_before_ptr_star = force
+sp_between_ptr_star = remove
+sp_after_ptr_star = remove
+sp_after_ptr_star_func = remove
+sp_before_sparen = force
+sp_inside_rparen = remove
+sp_inside_sparen = remove
+sp_inside_for = remove
+sp_before_square = remove
+sp_before_squares = remove
+sp_after_comma = force
+sp_after_cast = remove
+sp_func_proto_paren = remove
+sp_func_def_paren = remove
+sp_inside_fparen = remove
+sp_func_call_paren = remove
+sp_range = force
+sp_while_paren_open = force
+indent_columns = 4
+indent_with_tabs = 0
+indent_class = true
+indent_case_brace = 4
+indent_label = 2
+nl_var_def_blk_end_func_top = 1
+nl_var_def_blk_end = 1
+nl_enum_brace = add
+nl_if_brace = add
+nl_else_brace = add
+nl_else_if = remove
+nl_for_brace = add
+nl_before_case = true
+nl_fdef_brace = add
+nl_after_brace_open = true
+eat_blanks_after_open_brace = true
+eat_blanks_before_close_brace = true
+nl_after_return = true
+align_var_def_span = 2
+align_var_def_star_style = 1
+align_assign_span = 1
+align_enum_equ_span = 4
+align_var_class_span = 2
+align_typedef_gap = 3
+align_typedef_span = 5
+align_typedef_star_style = 1
+align_right_cmt_span = 3