diff options
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.clang-format b/.clang-format index 497379448..9ca4dd982 100644 --- a/.clang-format +++ b/.clang-format @@ -4,8 +4,5 @@ IndentCaseLabels: true ContinuationIndentWidth: 2 ConstructorInitializerIndentWidth: 2 SpaceAfterTemplateKeyword: false -AllowShortCaseLabelsOnASingleLine: true -AllowShortIfStatementsOnASingleLine: true -AllowShortBlocksOnASingleLine: true BinPackArguments: false BinPackParameters: false |