Skip to content

Commit

Permalink
allow short inline functions to be on one line
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Aug 23, 2024
1 parent a28c1cb commit 4a21849
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ AccessModifierOffset: -4
AlignTrailingComments: false
AllowAllConstructorInitializersOnNextLine: false
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortFunctionsOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Inline
AlwaysBreakAfterDefinitionReturnType: None
AlwaysBreakAfterReturnType: None
AlwaysBreakTemplateDeclarations: No
Expand Down

0 comments on commit 4a21849

Please sign in to comment.