diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/config/sp_after_constr_colon.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/config/sp_after_constr_colon.cfg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/config/sp_after_constr_colon.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/config/sp_after_constr_colon.cfg new file mode 100644 index 00000000..aa1189dd --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.72.0/tests/config/sp_after_constr_colon.cfg @@ -0,0 +1,9 @@ +sp_after_constr_colon = remove +indent_columns = 2 +indent_class_colon = true +indent_constr_colon = true +indent_ctor_init = 2 +nl_collapse_empty_body = true +nl_constr_init_args = remove +nl_func_def_args = force +pos_constr_comma = trail_force |