Skip to content

Commit

Permalink
Fix nasa#88, Only inline empty functions
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed May 23, 2020
1 parent c9a1ade commit 8f50be2
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 @@ -11,7 +11,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: All
AllowShortFunctionsOnASingleLine: Empty
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterReturnType: None
Expand Down

0 comments on commit 8f50be2

Please sign in to comment.