summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg28
1 files changed, 28 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg
new file mode 100644
index 00000000..c0845eca
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.0/tests/config/c/freebsd.cfg
@@ -0,0 +1,28 @@
+sp_sparen_brace = add
+sp_arith = force
+sp_bool = force
+sp_before_ptr_star = force
+sp_after_ptr_star = remove
+sp_before_semi_for_empty = force
+sp_between_semi_for_empty = force
+sp_after_semi_for_empty = force
+sp_type_func = force
+sp_brace_else = force
+indent_continue = 4
+nl_brace_else = remove
+nl_for_brace = add
+nl_while_brace = add
+nl_switch_brace = add
+nl_before_case = true
+nl_after_func_proto_group = 2
+nl_after_func_body = 3
+pos_arith = trail
+align_var_def_span = 1
+align_var_def_star_style = 1
+align_typedef_gap = 3
+align_typedef_span = 5
+mod_full_brace_for = add
+mod_full_brace_if = add
+mod_full_brace_while = add
+mod_full_paren_if_bool = true
+mod_remove_extra_semicolon = true