Skip to content

Commit

Permalink
clang-format: Don't align backslashes
Browse files Browse the repository at this point in the history
This increases compatibility between clang-15 and clang-16.
Also, I don't care about the aesthetics here.
  • Loading branch information
cgwalters committed May 2, 2023
1 parent 1574f3f commit a917813
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a917813

Please sign in to comment.