From 81095f97c3b8e55f7f5b0823cac5f451d25bce14 Mon Sep 17 00:00:00 2001 From: Chris Copeland Date: Tue, 19 Sep 2023 22:42:54 -0700 Subject: [PATCH] BreakAfterAttributes: Leave --- .clang-format | 1 + 1 file changed, 1 insertion(+) diff --git a/.clang-format b/.clang-format index d1dd5dc..f384b5d 100644 --- a/.clang-format +++ b/.clang-format @@ -1,4 +1,5 @@ BasedOnStyle: LLVM +BreakAfterAttributes: Leave BreakBeforeBraces: Custom BraceWrapping: AfterCaseLabel: true