1
0
mirror of https://github.com/godotengine/godot synced 2024-07-01 08:55:31 +00:00

Style: Workaround clang-format 14 bug with Inline oneliner functions

We use 'All' which is the default in the base LLVM style.

That's not the style we want but it works around the upstream
regression until clang-format 15.0 is released and widely used:
https://github.com/llvm/llvm-project/issues/54901
This commit is contained in:
Rémi Verschelde 2022-08-03 12:11:12 +02:00
parent 2c0c76c415
commit 11ec70959c

View File

@ -19,7 +19,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
# AllowShortEnumsOnASingleLine: true
# AllowShortBlocksOnASingleLine: Never
# AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: Inline
# AllowShortFunctionsOnASingleLine: All
# AllowShortLambdasOnASingleLine: All
# AllowShortIfStatementsOnASingleLine: Never
# AllowShortLoopsOnASingleLine: false