Skip to content

Commit

Permalink
clang-format/java: break before operators, except for =
Browse files Browse the repository at this point in the history
BUG=429372
[email protected]

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

Cr-Commit-Position: refs/heads/master@{#304122}
  • Loading branch information
nico committed Nov 14, 2014
1 parent 6863003 commit 80918e9
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,4 +16,5 @@ ColumnLimit: 100
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: None
AllowShortIfStatementsOnASingleLine: true
BreakBeforeBinaryOperators: NonAssignment
Cpp11BracedListStyle: false # but see http://llvm.org/PR21457

0 comments on commit 80918e9

Please sign in to comment.