summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-18 17:53:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-19 19:27:29 +0900
commitc0a6f1b84c84749908961579b84513fd9f9d9eac (patch)
treeace7ba60cb031acd3a1f4ff10f7bbc5668fa801f /debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.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 <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg
new file mode 100644
index 00000000..268a4f19
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/ger.cfg
@@ -0,0 +1,38 @@
+output_tab_size = 4
+sp_arith = add
+sp_assign = add
+sp_pp_concat = remove
+sp_before_sparen = add
+sp_after_comma = add
+indent_columns = 4
+indent_func_call_param = true
+indent_func_def_param = true
+indent_func_proto_param = true
+indent_func_param_double = true
+nl_end_of_file = add
+nl_end_of_file_min = 2
+nl_var_def_blk_end_func_top = 1
+nl_if_brace = add
+nl_multi_line_define = true
+nl_ds_struct_enum_cmt = true
+nl_after_func_body = 2
+eat_blanks_after_open_brace = true
+eat_blanks_before_close_brace = true
+nl_after_return = true
+align_var_def_span = 3
+align_var_def_thresh = 5
+align_var_struct_span = 2
+align_var_struct_thresh = 5
+align_right_cmt_span = 4
+align_right_cmt_at_col = 1
+cmt_star_cont = true
+mod_add_long_ifdef_endif_comment = 1
+mod_add_long_ifdef_else_comment = 1
+type BIO
+set TYPE_WRAP LHASH_OF
+set TYPE_WRAP STACK_OF
+type stname
+type type
+
+# not needed but without this option, 02501 is unstable!
+align_right_cmt_mix = true \ No newline at end of file