aboutsummaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorDominik Maier <domenukk@gmail.com>2020-04-19 16:42:40 +0200
committerGitHub <noreply@github.com>2020-04-19 16:42:40 +0200
commit8197e9b2e44158e65fd778149919e7229c7099c1 (patch)
tree23156af7d828baec786cbe97d5e297fd6670b9d9 /.clang-format
parentbaec99079f5bb47b762c4facc0e881a63658a385 (diff)
downloadAFLplusplus-8197e9b2e44158e65fd778149919e7229c7099c1.tar.gz
clang-tidy readability-braces (#323)
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index dcf2a476..fd5d9a41 100644
--- a/.clang-format
+++ b/.clang-format
@@ -10,7 +10,7 @@ AlignOperands: true
AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: true
-AllowShortCaseLabelsOnASingleLine: true
+AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: false