Обновление
This commit is contained in:
parent
ffbe01ebbf
commit
11cb6c1536
15
default.cfg
15
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 '[] <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.
|
||||
#
|
||||
@ -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
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user