summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2022-08-03 15:04:35 +0200
committerGitHub <noreply@github.com>2022-08-03 15:04:35 +0200
commit51f028787359b821ab54f69ffdebe780fe57cc84 (patch)
tree23fd326d958191f7b919df3a8816a03778fb6ae3
parent4ac993ffe20d491b1eeb63a3c0fdf689a582f2b4 (diff)
parent11ec70959cf8500a53a0c95b0f08380ffdccc6ee (diff)
Merge pull request #63868 from akien-mga/clang-format-workaround-llvm-54901
-rw-r--r--.clang-format2
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