Merge pull request #63868 from akien-mga/clang-format-workaround-llvm-54901
This commit is contained in:
commit
51f0287873
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
|
|||
# AllowShortEnumsOnASingleLine: true
|
||||
# AllowShortBlocksOnASingleLine: Never
|
||||
# AllowShortCaseLabelsOnASingleLine: false
|
||||
AllowShortFunctionsOnASingleLine: Inline
|
||||
# AllowShortFunctionsOnASingleLine: All
|
||||
# AllowShortLambdasOnASingleLine: All
|
||||
# AllowShortIfStatementsOnASingleLine: Never
|
||||
# AllowShortLoopsOnASingleLine: false
|
||||
|
|
Loading…
Reference in a new issue