aboutsummaryrefslogtreecommitdiff
path: root/uncrustify.conf
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2026-05-01 14:40:06 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2026-05-01 14:40:06 +0300
commit7a68d1106b37e16c24e58bc77ce49fc6beadce9c (patch)
treeb0a3bb0b0124294b213cdfd3ae7b214bc32b19f5 /uncrustify.conf
parent48cd04e1a57f076287fb6ecdd0a4236e191ff7d3 (diff)
downloadfwd-7a68d1106b37e16c24e58bc77ce49fc6beadce9c.tar.gz
fwd-7a68d1106b37e16c24e58bc77ce49fc6beadce9c.zip
run formatter
+ Should really get this done automatically somehow
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.