From 4606fc76aa1974b9c517cc176626bad5d7176f28 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Sun, 18 Aug 2024 19:35:50 +0300 Subject: [PATCH] tools/uncrustify: Fix compound literal return indentation. --- tools/uncrustify.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/uncrustify.cfg b/tools/uncrustify.cfg index 8a848928b..da340f87a 100644 --- a/tools/uncrustify.cfg +++ b/tools/uncrustify.cfg @@ -1527,7 +1527,7 @@ indent_cpp_lambda_body = false # true/false # add the indent for the return. # # Default: true -indent_compound_literal_return = true # true/false +indent_compound_literal_return = false # true/false # (C#) Whether to indent a 'using' block if no braces are used. #