aboutsummaryrefslogtreecommitdiff
path: root/uncrustify.conf
diff options
context:
space:
mode:
Diffstat (limited to 'uncrustify.conf')
-rw-r--r--uncrustify.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/uncrustify.conf b/uncrustify.conf
index 5e01d98..d262c40 100644
--- a/uncrustify.conf
+++ b/uncrustify.conf
@@ -1448,7 +1448,7 @@ indent_paren_nl = false # true/false
# 1: Align under the open parenthesis
# 2: Indent to the brace level
# -1: Preserve original indentation
-indent_paren_close = 0 # number
+indent_paren_close = 2 # number
# Whether to indent the open parenthesis of a function definition,
# if the parenthesis is on its own line.