This is an automated email from the ASF dual-hosted git repository.
zhasheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/master by this push:
new d2107af Add: break line entry before tenary (#20705)
d2107af is described below
commit d2107af414a423af636f84d396740c25e3ee554c
Author: mozga <[email protected]>
AuthorDate: Thu Oct 28 22:00:50 2021 +0200
Add: break line entry before tenary (#20705)
---
.clang-format | 1 +
1 file changed, 1 insertion(+)
diff --git a/.clang-format b/.clang-format
index 47a12e6..2f210ba 100644
--- a/.clang-format
+++ b/.clang-format
@@ -38,3 +38,4 @@ AlwaysBreakTemplateDeclarations: true
BinPackArguments: false
BinPackParameters: false
SortIncludes: false
+BreakBeforeTernaryOperators: false