Skip to content
Snippets Groups Projects

[uncrustify] Reduce indentation of lambda code

Open Oliver Sander requested to merge uncrustify-modify-lambda-formatting into master
1 file
+ 11
0
Compare changes
  • Side-by-side
  • Inline
@@ -123,3 +123,14 @@ sp_incdec=ignore
sp_before_nl_cont=ignore
nl_end_of_file=force
nl_before_if=ignore
# The value might be used twice:
# - at the assignment
# - at the opening brace
#
# To prevent the double use of the indentation value, use this option with the
# value 'true'.
#
# true: indentation will be used only once
# false: indentation will be used every time (default)
indent_cpp_lambda_only_once = true # true/false
Loading