clang-format: Better approximation for binary operators and assignments
authorMatthias Maennich <maennich@google.com>
Tue, 21 Jan 2020 18:26:42 +0000 (18:26 +0000)
committerMatthias Maennich <maennich@google.com>
Tue, 21 Jan 2020 18:38:04 +0000 (18:38 +0000)
commit06fef190000ab74d2770680be54687a9e1198dd7
treeaf6a777a64b2a8923f7499317c0e194ce3af092b
parent9ab71105eb2fc417d8038c33fdcdc05c93068b50
clang-format: Better approximation for binary operators and assignments

The project style requires assignment operators to be on the first line
of two if the line needs to break. Reflect that in the .clang-format
configuration to approximate the style better when using clang-format.

* .clang-format: Add BreakBeforeBinaryOperators option.

Signed-off-by: Matthias Maennich <maennich@google.com>
.clang-format