diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/negative_indent.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/negative_indent.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/negative_indent.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/negative_indent.cfg new file mode 100644 index 00000000..39b1b007 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.74.0/tests/config/cpp/negative_indent.cfg @@ -0,0 +1,13 @@ +indent_columns = 4 +indent_continue = 4 +indent_with_tabs = 0 +indent_class = true +indent_class_colon = true +indent_constr_colon = true +indent_ctor_init = -2 +indent_access_spec = -2 +nl_class_init_args = force +nl_class_colon = remove +nl_constr_colon = force +pos_class_comma = trail +pos_constr_colon = lead
\ No newline at end of file |