From 5df2eef08153e1b07a2b8cb5ee1565f0099f23fa Mon Sep 17 00:00:00 2001 From: Dan Rose Date: Mon, 5 Aug 2019 16:11:24 -0500 Subject: [PATCH] Fix indent after paren+newline Continuation indent after an open paren by one level instead of aligning to paren (or virtual paren at end of throw statement). Signed-off-by: Dan Rose --- .../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..2c28dcf8 100644 --- a/ament_uncrustify/ament_uncrustify/configuration/ament_code_style.cfg +++ b/ament_uncrustify/ament_uncrustify/configuration/ament_code_style.cfg @@ -954,7 +954,7 @@ indent_align_assign = false # false/true # Align continued statements at the '('. Default=True # If FALSE or the '(' is not followed by a newline, the next line indent is one tab. -indent_align_paren = true # false/true +indent_align_paren = false # false/true # Indent OC blocks at brace level instead of usual rules. indent_oc_block = false # false/true