summaryrefslogtreecommitdiffhomepage
path: root/.clang-format
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2019-07-05 10:15:55 +0200
committerStanislaw Halik <sthalik@misaki.pl>2019-07-05 10:24:19 +0200
commitb4789b67eb1534e3ae0e88f4661b634df7c68a21 (patch)
tree2fe64744164b48d63de8133d6fdf963865c11bff /.clang-format
parente9b5cd0e9dff9897b7f6c3e12c9563e3a40bf915 (diff)
clang-format
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index f0cb0e44..eacca7f8 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,7 +3,7 @@ AccessModifierOffset: 0
AlignEscapedNewlines: Right
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
-AllowShortFunctionsOnASingleLine: All
+AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AlwaysBreakBeforeMultilineStrings: false