diff --git a/.clang-format b/.clang-format index 28c73fe0e92ceef60fb45295a94cbc4c5637965c..95a9e1a080431717dd6a8ef09cca5b8d6049cdaa 100644 --- a/.clang-format +++ b/.clang-format @@ -18,7 +18,7 @@ AllowShortBlocksOnASingleLine: Never AllowShortCaseLabelsOnASingleLine: true AllowShortEnumsOnASingleLine: false AllowShortFunctionsOnASingleLine: All -AllowShortIfStatementsOnASingleLine: Never # Or WithoutElse? +AllowShortIfStatementsOnASingleLine: WithoutElse AllowShortLambdasOnASingleLine: All AllowShortLoopsOnASingleLine: false