This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 1ab50430e ci: Force clang-format to check empty function brace split
1ab50430e is described below

commit 1ab50430e0f09a3f89aa0037b268890e381c2729
Author: Szymon Czapracki <[email protected]>
AuthorDate: Thu Dec 11 15:25:39 2025 +0100

    ci: Force clang-format to check empty function brace split
    
    Previously function braces were forced to be in one-line
    We prefer to keep the braces separated by newline
---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index 193a5f6b5..6df14529d 100644
--- a/.clang-format
+++ b/.clang-format
@@ -23,7 +23,7 @@ BraceWrapping:
   BeforeCatch: false
   BeforeElse: false
   IndentBraces: false
-  SplitEmptyFunction: false
+  SplitEmptyFunction: true
   SplitEmptyRecord: false
   SplitEmptyNamespace: false
 

Reply via email to