diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-05-01 14:40:06 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2026-05-01 14:40:06 +0300 |
| commit | 7a68d1106b37e16c24e58bc77ce49fc6beadce9c (patch) | |
| tree | b0a3bb0b0124294b213cdfd3ae7b214bc32b19f5 /uncrustify.conf | |
| parent | 48cd04e1a57f076287fb6ecdd0a4236e191ff7d3 (diff) | |
| download | fwd-7a68d1106b37e16c24e58bc77ce49fc6beadce9c.tar.gz fwd-7a68d1106b37e16c24e58bc77ce49fc6beadce9c.zip | |
run formatter
+ Should really get this done automatically somehow
Diffstat (limited to 'uncrustify.conf')
| -rw-r--r-- | uncrustify.conf | 2 |
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. |
