diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-22 00:50:15 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-22 00:50:15 +0200 |
commit | ac4614a23422901e76d62fcc1d95a64061e17570 (patch) | |
tree | 16bf84f0ef45312894a471c8dc0f056cbc88f464 /.clang-format | |
parent | edec06ae5e79e0f37c6984b96a350774c8e34520 (diff) |
clang-format
Diffstat (limited to '.clang-format')
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index a3b53a12..f0cb0e44 100644 --- a/.clang-format +++ b/.clang-format @@ -4,7 +4,7 @@ AlignEscapedNewlines: Right AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: All -AllowShortIfStatementsOnASingleLine: WithoutElse +AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false AlwaysBreakBeforeMultilineStrings: false AlwaysBreakTemplateDeclarations: MultiLine |