mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-21 13:34:34 +03:00
clang-format: Don't align backslashes
This increases compatibility between clang-15 and clang-16. Also, I don't care about the aesthetics here.
This commit is contained in:
parent
1574f3f739
commit
a917813bb8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user