summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg
new file mode 100644
index 00000000..9f23ca92
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/c/my_conf.cfg
@@ -0,0 +1,18 @@
+sp_sparen_brace = add
+sp_assign = add
+sp_before_sparen = add
+sp_inside_sparen = remove
+sp_func_def_paren = force
+indent_columns = 4
+indent_with_tabs = 0
+indent_switch_case = 4
+indent_switch_break_with_case = true
+nl_end_of_file = force
+nl_end_of_file_min = 1
+nl_if_brace = add
+nl_else_brace = add
+nl_switch_brace = add
+nl_before_case = true
+cmt_width = 80
+mod_full_brace_for = add
+mod_full_brace_if = add