diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format index ae26db077..1a3fe518f 100644 --- a/.clang-format +++ b/.clang-format @@ -1,8 +1,9 @@ BasedOnStyle: LLVM PointerAlignment: Left IndentCaseLabels: true -ColumnLimit: 100 ContinuationIndentWidth: 2 ConstructorInitializerIndentWidth: 2 -AlignAfterOpenBracket: DontAlign SpaceAfterTemplateKeyword: false +AllowShortCaseLabelsOnASingleLine: true +AllowShortIfStatementsOnASingleLine: true +AllowShortBlocksOnASingleLine: true |