mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-21 13:34:34 +03:00
a917813bb8
This increases compatibility between clang-15 and clang-16. Also, I don't care about the aesthetics here.
6 lines
213 B
YAML
6 lines
213 B
YAML
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
|