diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2022-08-03 15:04:35 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-03 15:04:35 +0200 |
| commit | 51f028787359b821ab54f69ffdebe780fe57cc84 (patch) | |
| tree | 23fd326d958191f7b919df3a8816a03778fb6ae3 | |
| parent | 4ac993ffe20d491b1eeb63a3c0fdf689a582f2b4 (diff) | |
| parent | 11ec70959cf8500a53a0c95b0f08380ffdccc6ee (diff) | |
Merge pull request #63868 from akien-mga/clang-format-workaround-llvm-54901
| -rw-r--r-- | .clang-format | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format index f7527b8927..1df6c35bfb 100644 --- a/.clang-format +++ b/.clang-format @@ -19,7 +19,7 @@ AllowAllParametersOfDeclarationOnNextLine: false # AllowShortEnumsOnASingleLine: true # AllowShortBlocksOnASingleLine: Never # AllowShortCaseLabelsOnASingleLine: false -AllowShortFunctionsOnASingleLine: Inline +# AllowShortFunctionsOnASingleLine: All # AllowShortLambdasOnASingleLine: All # AllowShortIfStatementsOnASingleLine: Never # AllowShortLoopsOnASingleLine: false |