Skip to content

Commit

Permalink
clang-format/java: Allow single-line loops.
Browse files Browse the repository at this point in the history
BUG=429372
NOTRY=true

Review URL: https://codereview.chromium.org/755313002

Cr-Commit-Position: refs/heads/master@{#305657}
  • Loading branch information
nico authored and Commit bot committed Nov 25, 2014
1 parent 23da355 commit d555475
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 @@ -16,6 +16,7 @@ ColumnLimit: 100
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: true
AllowShortLoopsOnASingleLine: true
BinPackArguments: true
BinPackParameters: true
BreakBeforeBinaryOperators: NonAssignment
Expand Down

0 comments on commit d555475

Please sign in to comment.