diff options
Diffstat (limited to 'ClangFormat/.clang-format')
-rw-r--r-- | ClangFormat/.clang-format | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/ClangFormat/.clang-format b/ClangFormat/.clang-format index 20c4e46..9d430ee 100644 --- a/ClangFormat/.clang-format +++ b/ClangFormat/.clang-format @@ -10,21 +10,7 @@ AllowShortLambdasOnASingleLine: false AllowShortLoopsOnASingleLine: false AlwaysBreakTemplateDeclarations: Yes BasedOnStyle: LLVM -BreakBeforeBraces: Custom -BraceWrapping: - AfterEnum: true - AfterStruct: true - AfterFunction: true - AfterNamespace: true - AfterClass: true - AfterUnion: true - AfterControlStatement: true - AfterExternBlock: true - BeforeLambdaBody: true - BeforeCatch: true - BeforeElse: true - SplitEmptyFunction: true - IndentBraces: false +BreakBeforeBraces: Allman ColumnLimit: 80 IndentWidth: 2 NamespaceIndentation: All |