From 00138a52d892b6f07d6f6d70c27bb9c61ee191c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Blot?= Date: Thu, 6 Apr 2017 15:27:47 +0200 Subject: [PATCH] Clang format brace style fix --- .clang-format | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 547df6a9..63d884a0 100644 --- a/.clang-format +++ b/.clang-format @@ -1,7 +1,17 @@ BasedOnStyle: LLVM IndentWidth: 8 UseTab: Always -BreakBeforeBraces: Linux +BreakBeforeBraces: Custom +BraceWrapping: + AfterClass: true + AfterControlStatement: false + AfterEnum: true + AfterFunction: true + AfterNamespace: true + AfterStruct: true + AfterUnion: true + BeforeCatch: false + BeforeElse: false AllowShortIfStatementsOnASingleLine: false IndentCaseLabels: false AccessModifierOffset: -8