summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/indent_ctor_init.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/indent_ctor_init.cfg')
-rw-r--r--debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/indent_ctor_init.cfg14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/indent_ctor_init.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/indent_ctor_init.cfg
new file mode 100644
index 00000000..cb1cef12
--- /dev/null
+++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/indent_ctor_init.cfg
@@ -0,0 +1,14 @@
+indent_columns = 2
+indent_before_class_colon = 4
+indent_class_colon = true
+indent_constr_colon = true
+indent_ctor_init = 2
+indent_func_class_param = true
+indent_func_param_double = true
+indent_access_spec = 2
+nl_collapse_empty_body = true
+nl_constr_init_args = add
+nl_func_def_start = add
+nl_func_def_args = add
+nl_before_access_spec = 2
+pos_constr_comma = trail_force \ No newline at end of file