diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 10:15:55 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-07-05 10:24:19 +0200 | 
| commit | b4789b67eb1534e3ae0e88f4661b634df7c68a21 (patch) | |
| tree | 2fe64744164b48d63de8133d6fdf963865c11bff | |
| parent | e9b5cd0e9dff9897b7f6c3e12c9563e3a40bf915 (diff) | |
clang-format
| -rw-r--r-- | .clang-format | 2 | 
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 | 
