summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorAlex Richardson <arichardson@FreeBSD.org>2022-09-14 23:55:31 +0000
committerSimon McVittie <smcv@collabora.com>2022-09-21 11:35:05 +0000
commit8c0d9709f3a4e80b0faccc0aee0aa24516902257 (patch)
treede1aa47f8c7121ae4df6b117577d414f8eed64c8 /.clang-format
parente2f3f0123c0eb0fdcb68f9c5b7850b068d36eccc (diff)
downloaddbus-8c0d9709f3a4e80b0faccc0aee0aa24516902257.tar.gz
clang-format: don't align escaped newlines in macro definitions
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 93b8bfd7..62f39b58 100644
--- a/.clang-format
+++ b/.clang-format
@@ -4,3 +4,4 @@ BreakBeforeBinaryOperators: None
BinPackParameters: false
SpaceAfterCStyleCast: true
SpaceBeforeParens: Always
+AlignEscapedNewlines: DontAlign