From 11cb6c1536a3910b5894619fb4642569d5f0af5e Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Tue, 10 Sep 2019 07:33:20 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.cfg | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) 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 #