You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Merge pull request #100830 from nikitalita/patch-3
.clang-format: Change AllowShortFunctionsOnASingleLine back to `Inline`
This commit is contained in:
@@ -44,7 +44,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
|
|||||||
# AllowShortBlocksOnASingleLine: Never
|
# AllowShortBlocksOnASingleLine: Never
|
||||||
# AllowShortCaseLabelsOnASingleLine: false
|
# AllowShortCaseLabelsOnASingleLine: false
|
||||||
# AllowShortEnumsOnASingleLine: true
|
# AllowShortEnumsOnASingleLine: true
|
||||||
# AllowShortFunctionsOnASingleLine: All
|
AllowShortFunctionsOnASingleLine: Inline
|
||||||
# AllowShortIfStatementsOnASingleLine: Never
|
# AllowShortIfStatementsOnASingleLine: Never
|
||||||
# AllowShortLambdasOnASingleLine: All
|
# AllowShortLambdasOnASingleLine: All
|
||||||
# AllowShortLoopsOnASingleLine: false
|
# AllowShortLoopsOnASingleLine: false
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ AlignTrailingComments:
|
|||||||
Kind: Never
|
Kind: Never
|
||||||
OverEmptyLines: 0
|
OverEmptyLines: 0
|
||||||
AllowAllParametersOfDeclarationOnNextLine: false
|
AllowAllParametersOfDeclarationOnNextLine: false
|
||||||
|
AllowShortFunctionsOnASingleLine: Inline
|
||||||
BreakConstructorInitializers: AfterColon
|
BreakConstructorInitializers: AfterColon
|
||||||
ColumnLimit: 0
|
ColumnLimit: 0
|
||||||
ConstructorInitializerIndentWidth: 8
|
ConstructorInitializerIndentWidth: 8
|
||||||
|
|||||||
Reference in New Issue
Block a user