projects
/
ostree.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1574f3f
)
clang-format: Don't align backslashes
author
Colin Walters
<walters@verbum.org>
Tue, 2 May 2023 12:41:24 +0000
(08:41 -0400)
committer
Colin Walters
<walters@verbum.org>
Tue, 2 May 2023 12:42:19 +0000
(08:42 -0400)
This increases compatibility between clang-15 and clang-16.
Also, I don't care about the aesthetics here.
.clang-format
patch
|
blob
|
history
diff --git
a/.clang-format
b/.clang-format
index 59902b6c2ff3f2d04e3d920f2ba3c63fb277fa25..6c64639a55d1099d901a3c492e6418223605afaa 100644
(file)
--- a/
.clang-format
+++ b/
.clang-format
@@
-2,3
+2,4
@@
Language: Cpp
BasedOnStyle: GNU
ColumnLimit: 100
ForEachMacros: ['GLNX_HASH_TABLE_FOREACH', 'GLNX_HASH_TABLE_FOREACH_V', 'GLNX_HASH_TABLE_FOREACH_KV', 'GLNX_HASH_TABLE_FOREACH_IT']
+AlignEscapedNewlines: DontAlign