diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-09-26 17:42:40 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 12:26:13 +0100 |
commit | 84cf4342f54d44032a53416320fa9d2589cfc6b6 (patch) | |
tree | cf64a92663d602a36634e00bbc0fb2217e4d355c | |
parent | ceac89a98a58ceb1bc0e6d002fac50550bc3e517 (diff) |
update .clang-format
-rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index 376b242d..eb080eb9 100644 --- a/.clang-format +++ b/.clang-format @@ -3,7 +3,7 @@ AccessModifierOffset: -4 AlignEscapedNewlines: Right AlignOperands: Align AllowAllParametersOfDeclarationOnNextLine: false -AllowShortBlocksOnASingleLine: false +AllowShortBlocksOnASingleLine: Never AllowShortFunctionsOnASingleLine: InlineOnly AllowShortIfStatementsOnASingleLine: Never AllowShortLoopsOnASingleLine: false |