diff --git a/.clang-format b/.clang-format
index 603caefe1cdbfd0faebc01d378252be7aa323a2d..ff37c38a4c657078c863bd6afcb5c0702b32e1b9 100644
--- a/.clang-format
+++ b/.clang-format
@@ -12,7 +12,7 @@ Language: Cpp
 Standard: c++20
 ColumnLimit: 100
 BasedOnStyle: GNU
-AllowShortFunctionsOnASingleLine: InlineOnly
+AllowShortFunctionsOnASingleLine: None
 AlwaysBreakTemplateDeclarations: Yes
 BreakConstructorInitializers: AfterColon
 BreakInheritanceList: AfterColon