1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Style: Declare inline macros as attributes

This commit is contained in:
Thaddeus Crews
2025-04-18 12:00:06 -05:00
parent 09ea7bc6a3
commit dd5460c32a
6 changed files with 16 additions and 15 deletions

View File

@@ -9,6 +9,10 @@ AlignTrailingComments:
OverEmptyLines: 0
AllowAllParametersOfDeclarationOnNextLine: false
AllowShortFunctionsOnASingleLine: Inline
AttributeMacros:
- _ALWAYS_INLINE_
- _FORCE_INLINE_
- _NO_INLINE_
BreakConstructorInitializers: AfterColon
ColumnLimit: 0
ConstructorInitializerIndentWidth: 8