From dbc04bc412cba6b3e2c751c578f46ba3477e5c91 Mon Sep 17 00:00:00 2001 From: Dirk Thomas Date: Tue, 4 Feb 2020 11:57:29 -0800 Subject: [PATCH] enable nl_func_call_start_multi_line in uncrustify (#210) Signed-off-by: Dirk Thomas --- .../ament_uncrustify/configuration/ament_code_style.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ament_uncrustify/ament_uncrustify/configuration/ament_code_style.cfg b/ament_uncrustify/ament_uncrustify/configuration/ament_code_style.cfg index 24f3e325..d030ece7 100644 --- a/ament_uncrustify/ament_uncrustify/configuration/ament_code_style.cfg +++ b/ament_uncrustify/ament_uncrustify/configuration/ament_code_style.cfg @@ -1361,7 +1361,7 @@ nl_func_def_empty = ignore # ignore/add/remove/force nl_func_call_empty = ignore # ignore/add/remove/force # Whether to add newline after '(' in a function call if '(' and ')' are in different lines. -nl_func_call_start_multi_line = false # false/true +nl_func_call_start_multi_line = true # false/true # Whether to add newline after each ',' in a function call if '(' and ')' are in different lines. nl_func_call_args_multi_line = false # false/true