Chromium Code Reviews| Index: .clang-format |
| diff --git a/.clang-format b/.clang-format |
| index a5431379051094c2a45597a600108f4be2c87036..a7d210d60552d03804718ecb83e0c634365f4e94 100644 |
| --- a/.clang-format |
| +++ b/.clang-format |
| @@ -16,4 +16,5 @@ ColumnLimit: 100 |
| AllowShortBlocksOnASingleLine: false |
| AllowShortFunctionsOnASingleLine: None |
| AllowShortIfStatementsOnASingleLine: true |
| +BreakBeforeBinaryOperators: NonAssignment |
| Cpp11BracedListStyle: false # but see http://llvm.org/PR21457 |