summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorFranziskus Kiefer <franziskuskiefer@gmail.com>2016-05-02 10:12:29 +0200
committerFranziskus Kiefer <franziskuskiefer@gmail.com>2016-05-02 10:12:29 +0200
commitb88292088a2de40bd88b6460fda22d7edcb03293 (patch)
tree70b3abb3a76e13b2aa36753700270a7f75702b89 /.clang-format
parent0d4e57ec246e2654088ee1d4fc79f2bdb6f18497 (diff)
downloadnss-hg-b88292088a2de40bd88b6460fda22d7edcb03293.tar.gz
Bug 1204998 - travis.yml with clang-format 3.8, mac and asan builds, r=mt,ekr
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 67e8bc309..b90d52f42 100644
--- a/.clang-format
+++ b/.clang-format
@@ -15,7 +15,7 @@ AllowShortFunctionsOnASingleLine: All
AlwaysBreakAfterDefinitionReturnType: true
AlwaysBreakTemplateDeclarations: false
AlwaysBreakBeforeMultilineStrings: false
-BreakBeforeBinaryOperators: None
+BreakBeforeBinaryOperators: false
BreakBeforeTernaryOperators: true
BreakConstructorInitializersBeforeComma: false
BinPackParameters: true