summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/rdan.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/rdan.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/rdan.cfg33
1 files changed, 33 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/rdan.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/rdan.cfg
new file mode 100644
index 00000000..b000b33d
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/c/rdan.cfg
@@ -0,0 +1,33 @@
+sp_arith = force
+sp_assign = force
+sp_enum_assign = force
+sp_bool = force
+sp_compare = force
+sp_inside_paren = remove
+sp_before_sparen = force
+indent_columns = 3
+indent_with_tabs = 0
+indent_func_def_force_col1 = true
+indent_col1_comment = true
+indent_bool_paren = true
+indent_first_bool_expr = true
+nl_func_var_def_blk = 2
+nl_if_brace = force
+nl_while_brace = force
+nl_after_semicolon = true
+nl_max = 3
+nl_after_func_proto_group = 2
+nl_after_func_body = 2
+pos_bool = lead_force
+pos_compare = lead
+code_width = 80
+ls_for_split_full = true
+align_assign_span = 1
+align_enum_equ_span = 1
+cmt_width = 80
+cmt_star_cont = true
+mod_full_paren_if_bool = true
+pp_indent = add
+pp_indent_at_level = true
+pp_indent_count = 3
+pp_if_indent_code = true \ No newline at end of file