Обновление

This commit is contained in:
Andrei Astafev 2019-09-10 07:33:20 +03:00
parent ffbe01ebbf
commit 11cb6c1536

View File

@ -85,8 +85,17 @@ sp_trailing_ret_t = force # ignore/add/remove/force
# Overrides sp_assign. # Overrides sp_assign.
sp_cpp_lambda_assign = remove # ignore/add/remove/force sp_cpp_lambda_assign = remove # ignore/add/remove/force
# Add or remove space after the capture specification in C++11 lambda. # Add or remove space after the capture specification of a C++11 lambda when
sp_cpp_lambda_paren = remove # ignore/add/remove/force # an argument list is present, as in '[] <here> (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 '[] <here> { ... }'.
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) <here> { ... }'.
sp_cpp_lambda_paren_brace = ignore # ignore/add/remove/force
# Add or remove space around assignment operator '=' in a prototype. # 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` # `macro-close END_MESSAGE_MAP`
# #
# #
# option(s) with 'not default' value: 107 # option(s) with 'not default' value: 111
# #