diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol.cfg new file mode 100644 index 00000000..cf80d3f9 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/tests/config/cpp/class-colon-pos-eol.cfg @@ -0,0 +1,8 @@ +# moves class colon ops to the end of line +sp_before_dc = remove +sp_after_dc = remove +indent_columns = 3 +indent_class_colon = true +indent_constr_colon = true +pos_constr_colon = trail +pp_indent_with_tabs = 0 |