mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-06 13:45:00 +00:00
.clang-format: Comment out AlignConsecutiveMacros
Because clang-format 9.0.0-svn362770-1~exp1+0~20190607061653.2401~1.gbp2444fc on Travis does not yet support it.
This commit is contained in:
parent
88495639de
commit
51ba984bb3
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ Language: Cpp
|
|||
# BasedOnStyle: LLVM
|
||||
AccessModifierOffset: -2
|
||||
AlignAfterOpenBracket: Align
|
||||
AlignConsecutiveMacros: false
|
||||
# AlignConsecutiveMacros: false # TODO restore
|
||||
AlignConsecutiveAssignments: false
|
||||
AlignConsecutiveDeclarations: false
|
||||
AlignEscapedNewlines: Right
|
||||
|
|
Loading…
Add table
Reference in a new issue