Skip to content

Commit

Permalink
Don't allow single line loops
Browse files Browse the repository at this point in the history
  • Loading branch information
tprk77 committed Jun 16, 2018
1 parent 150344b commit 675ed98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ BraceWrapping:
AfterFunction: true
AllowShortFunctionsOnASingleLine: Inline
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
IndentCaseLabels: false
...

0 comments on commit 675ed98

Please sign in to comment.