clang-format: Don't align backslashes
authorColin Walters <walters@verbum.org>
Tue, 2 May 2023 12:41:24 +0000 (08:41 -0400)
committerColin 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

index 59902b6c2ff3f2d04e3d920f2ba3c63fb277fa25..6c64639a55d1099d901a3c492e6418223605afaa 100644 (file)
@@ -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