From 90a163007a5b3b976317d14d996ce58aae99b275 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 26 Jun 2023 12:52:47 +0100 Subject: [PATCH] Most languages seem to prefer OTBS --- roles/home-cli/files/clang-format | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/clang-format b/roles/home-cli/files/clang-format index c2fab9f..94976ea 100644 --- a/roles/home-cli/files/clang-format +++ b/roles/home-cli/files/clang-format @@ -31,7 +31,7 @@ BinPackParameters: true BitFieldColonSpacing: Both BreakAfterJavaFieldAnnotations: false BreakBeforeBinaryOperators: None -BreakBeforeBraces: Allman +BreakBeforeBraces: Attach BreakBeforeConceptDeclarations: true BreakBeforeInheritanceComma: false BreakBeforeTernaryOperators: false