From 7a68d1106b37e16c24e58bc77ce49fc6beadce9c Mon Sep 17 00:00:00 2001 From: Kimplul Date: Fri, 1 May 2026 14:40:06 +0300 Subject: run formatter + Should really get this done automatically somehow --- uncrustify.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'uncrustify.conf') 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. -- cgit v1.2.3