diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/width-2.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/width-2.cfg | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/width-2.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/width-2.cfg new file mode 100644 index 00000000..6c18a158 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/common/width-2.cfg @@ -0,0 +1,13 @@ +# width stuff +sp_arith = force +indent_columns = 4 +indent_with_tabs = 0 +nl_if_brace = remove +code_width = 60 +ls_for_split_full = true +cmt_width = 60 +cmt_c_group = true +cmt_c_nl_end = true +cmt_cpp_group = true +cmt_cpp_to_c = true +cmt_star_cont = true
\ No newline at end of file |