diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/bug_2322.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/bug_2322.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/bug_2322.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/bug_2322.cfg new file mode 100644 index 00000000..a16bec3d --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/tests/config/cpp/bug_2322.cfg @@ -0,0 +1,11 @@ +indent_columns = 4 +output_tab_size = 4 +indent_with_tabs = 0 +sp_while_paren_open = force +mod_full_brace_if_chain = 1 + +mod_full_brace_for = remove +mod_full_brace_if = remove +mod_full_brace_do = remove +mod_full_brace_while = remove +mod_full_brace_using = remove |