Skip to content

Commit

Permalink
update clang-format definition
Browse files Browse the repository at this point in the history
  • Loading branch information
rabauke committed Sep 5, 2019
1 parent d5f48c8 commit 991bbad
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 @@ -5,7 +5,7 @@ AllowAllParametersOfDeclarationOnNextLine: false
AllowShortBlocksOnASingleLine: false
AllowShortCaseLabelsOnASingleLine: false
AllowShortFunctionsOnASingleLine: InlineOnly
AllowShortIfStatementsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
ColumnLimit: 96
MaxEmptyLinesToKeep: 2
Expand Down

0 comments on commit 991bbad

Please sign in to comment.