diff options
Diffstat (limited to 'debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/lambda_in_one_liner.cfg')
-rw-r--r-- | debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/lambda_in_one_liner.cfg | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/lambda_in_one_liner.cfg b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/lambda_in_one_liner.cfg new file mode 100644 index 00000000..7b61e767 --- /dev/null +++ b/debian/uncrustify-trinity/uncrustify-trinity-0.73.0/tests/config/lambda_in_one_liner.cfg @@ -0,0 +1,7 @@ +sp_cpp_lambda_square_brace = remove +sp_before_square = remove +nl_func_leave_one_liners = true +nl_cpp_lambda_leave_one_liners = true +nl_after_brace_open = true +sp_inside_braces = force +sp_inside_type_brace_init_lst = remove
\ No newline at end of file |