summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2022-09-14 23:19:06 +0000
committerSimon McVittie <smcv@collabora.com>2022-09-21 11:35:05 +0000
commite2f3f0123c0eb0fdcb68f9c5b7850b068d36eccc (patch)
treee53c978bff03a7b8a74584ae43b2ff76e63e4dc0 /.clang-format
parenta225a9c41a69db5e45dfcac11ba11546334d3893 (diff)
downloaddbus-e2f3f0123c0eb0fdcb68f9c5b7850b068d36eccc.tar.gz
clang-format: add spaces before parens
Previously, clang-format was not adding a space after sizeof.
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-format b/.clang-format
index 6c1859a6..93b8bfd7 100644
--- a/.clang-format
+++ b/.clang-format
@@ -3,3 +3,4 @@ AlwaysBreakAfterDefinitionReturnType: All
BreakBeforeBinaryOperators: None
BinPackParameters: false
SpaceAfterCStyleCast: true
+SpaceBeforeParens: Always