diff --git a/.clang-format b/.clang-format
index 6a2d7b7d5d232a3b83fa91bcb19a63ae523a52fb..61a878b6e74d7b9fb38bfac4c3334eb998320390 100644
--- a/.clang-format
+++ b/.clang-format
@@ -17,7 +17,7 @@ AllowAllParametersOfDeclarationOnNextLine: true
 AllowShortEnumsOnASingleLine: true
 AllowShortBlocksOnASingleLine: Never
 AllowShortCaseLabelsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: All
+AllowShortFunctionsOnASingleLine: Empty
 AllowShortLambdasOnASingleLine: All
 AllowShortIfStatementsOnASingleLine: WithoutElse
 AllowShortLoopsOnASingleLine: true