diff --git a/.clang-format b/.clang-format
index 04b712148600bd00e36b7347ff6ae9b42d7c1121..fb7d1b89e323c865436735765c5cb016e9ed0da2 100644
--- a/.clang-format
+++ b/.clang-format
@@ -17,7 +17,7 @@ AlignTrailingComments: true
 AllowAllParametersOfDeclarationOnNextLine: true
 AllowShortBlocksOnASingleLine: false
 AllowShortCaseLabelsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: Inline
+AllowShortFunctionsOnASingleLine: Empty
 AllowShortIfStatementsOnASingleLine: false
 AllowShortLambdasOnASingleLine: Inline
 AllowShortLoopsOnASingleLine: false