summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/ger.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/ger.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/ger.cfg38
1 files changed, 38 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/ger.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/ger.cfg
new file mode 100644
index 00000000..976c0c35
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.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_func_var_def_blk = 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