diff --git a/default.cfg b/default.cfg index 4750d01..e2981bb 100644 --- a/default.cfg +++ b/default.cfg @@ -85,8 +85,17 @@ sp_trailing_ret_t = force # ignore/add/remove/force # Overrides sp_assign. sp_cpp_lambda_assign = remove # ignore/add/remove/force -# Add or remove space after the capture specification in C++11 lambda. -sp_cpp_lambda_paren = remove # ignore/add/remove/force +# Add or remove space after the capture specification of a C++11 lambda when +# an argument list is present, as in '[] (int x){ ... }'. +sp_cpp_lambda_square_paren = remove # ignore/add/remove/force + +# Add or remove space after the capture specification of a C++11 lambda with +# no argument list is present, as in '[] { ... }'. +sp_cpp_lambda_square_brace = ignore # ignore/add/remove/force + +# Add or remove space after the argument list of a C++11 lambda, as in +# '[](int x) { ... }'. +sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force # Add or remove space around assignment operator '=' in a prototype. # @@ -2817,5 +2826,5 @@ warn_level_tabs_found_in_verbatim_string_literals = 2 # unsigned number # `macro-close END_MESSAGE_MAP` # # -# option(s) with 'not default' value: 107 +# option(s) with 'not default' value: 111 #