aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/development/c++/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'src/development/c++/.clang-format')
-rw-r--r--src/development/c++/.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/development/c++/.clang-format b/src/development/c++/.clang-format
index 3cfb373..1b5900c 100644
--- a/src/development/c++/.clang-format
+++ b/src/development/c++/.clang-format
@@ -18,7 +18,7 @@ AllowAllConstructorInitializersOnNextLine: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
-AllowShortFunctionsOnASingleLine: Inline
+AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: Never
AllowShortLambdasOnASingleLine: All
AllowShortLoopsOnASingleLine: false