diff --git a/.clang-format b/.clang-format
index 09b042fd1bafb6006d553bc69d29b7e623a4e215..ea2106fcb447f0e8efc997e3fb97e0e32c38b4e6 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,6 +3,7 @@ Language:        Cpp
 BasedOnStyle:    Google
 
 AccessModifierOffset: -4
+AllowShortIfStatementsOnASingleLine: false
 AllowShortLoopsOnASingleLine: false
 AllowShortFunctionsOnASingleLine: Inline
 BreakBeforeBraces: Allman