C/Cpp: clang-format: align macros
This commit is contained in:
parent
aa8679545e
commit
f6d6a34177
|
@ -14,6 +14,7 @@ Cpp11BracedListStyle: true
|
|||
|
||||
AlignConsecutiveDeclarations: true
|
||||
AlignConsecutiveAssignments: true
|
||||
AlignConsecutiveMacros: Consecutive
|
||||
AlignEscapedNewlines: Left
|
||||
AlignTrailingComments: true
|
||||
IndentWrappedFunctionNames: false
|
||||
|
|
Loading…
Reference in a new issue