aboutsummaryrefslogtreecommitdiffhomepage
path: root/development/c++/.clang-format
diff options
context:
space:
mode:
Diffstat (limited to 'development/c++/.clang-format')
-rw-r--r--development/c++/.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/development/c++/.clang-format b/development/c++/.clang-format
index 3cfb373..1b5900c 100644
--- a/development/c++/.clang-format
+++ b/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