summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Cardace <acardace@redhat.com>2020-09-01 17:21:26 +0200
committerThomas Haller <thaller@redhat.com>2020-09-23 09:07:10 +0200
commit41147c4d17c2731c38dc4959c5fc5baa5caf1b14 (patch)
treec07238b772916646f54292018d4943ec76880518
parentbad4065d67f049ecf67b605524f956786f624567 (diff)
downloadNetworkManager-41147c4d17c2731c38dc4959c5fc5baa5caf1b14.tar.gz
clang-format: proposed style
-rw-r--r--.clang-format4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang-format b/.clang-format
index 47b20bb57d..63d1a4a6fe 100644
--- a/.clang-format
+++ b/.clang-format
@@ -37,7 +37,7 @@ BraceWrapping:
BeforeElse: false
IndentBraces: false
SplitEmptyFunction: false
-BreakBeforeBinaryOperators: All
+BreakBeforeBinaryOperators: NonAssignment
BreakBeforeTernaryOperators: true
BreakStringLiterals: true
@@ -56,7 +56,7 @@ SortIncludes: false
SpaceAfterCStyleCast: true
SpaceAfterLogicalNot: false
SpaceBeforeAssignmentOperators: true
-SpaceBeforeParens: Always
+SpaceBeforeParens: ControlStatements
SpaceBeforeSquareBrackets: false
SpaceInEmptyBlock: false
SpaceInEmptyParentheses: false