C/Cpp: clang-format: align macros

This commit is contained in:
Jannik Beyerstedt 2021-05-12 16:31:42 +02:00
parent aa8679545e
commit f6d6a34177

View file

@ -14,6 +14,7 @@ Cpp11BracedListStyle: true
AlignConsecutiveDeclarations: true AlignConsecutiveDeclarations: true
AlignConsecutiveAssignments: true AlignConsecutiveAssignments: true
AlignConsecutiveMacros: Consecutive
AlignEscapedNewlines: Left AlignEscapedNewlines: Left
AlignTrailingComments: true AlignTrailingComments: true
IndentWrappedFunctionNames: false IndentWrappedFunctionNames: false