diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-17 13:37:23 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2021-10-17 15:20:01 +0200 |
| commit | 534826df280cd607d7f85afd4092d47379fb4886 (patch) | |
| tree | 82da19885a4a0096d4d1f579f4849832b42915e6 | |
| parent | 56cb66f9e63ab89ffcc77881aa44790950f62b57 (diff) | |
clang-format: fix ternary operator
| -rw-r--r-- | .clang-format | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format index 3cc08007..64db6ed8 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,7 @@ BasedOnStyle: LLVM AccessModifierOffset: -4 AlignEscapedNewlines: Right +AlignOperands: Align AllowAllParametersOfDeclarationOnNextLine: false AllowShortBlocksOnASingleLine: false AllowShortFunctionsOnASingleLine: InlineOnly |
