Skip to content

Commit

Permalink
[clang-format] Set AllowShortFunctionsOnASingleLine Inline
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Nov 3, 2016
1 parent b2545d1 commit 3219455
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .clang-format
Expand Up @@ -11,7 +11,7 @@ AlignTrailingComments: true
AllowAllParametersOfDeclarationOnNextLine: true
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
AlwaysBreakAfterDefinitionReturnType: None
Expand Down

0 comments on commit 3219455

Please sign in to comment.