From af6059d4ab8754c430b6b0ca85597048710a46f6 Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Wed, 17 Aug 2022 12:48:01 +0200
Subject: [PATCH] clang-format: open-brace at column one to start the body of a
 function

---
 .clang-format | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.clang-format b/.clang-format
index 4574bee4f23..f61776f9e24 100644
--- a/.clang-format
+++ b/.clang-format
@@ -24,7 +24,7 @@ BraceWrapping:
   AfterClass:      false
   AfterControlStatement: false
   AfterEnum:       false
-  AfterFunction:   false
+  AfterFunction:   true
   AfterNamespace:  false
   AfterObjCDeclaration: false
   AfterStruct:     false
-- 
GitLab