.clang-format: AlignConsecutiveMacros: true, 100 columns

Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
Hector Martin 2021-01-28 15:21:28 +09:00
parent 51bf5c870a
commit 5ce22e5c3a

View file

@ -4,4 +4,6 @@ UseTab: Never
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: Never
AllowShortFunctionsOnASingleLine: false
AlignConsecutiveMacros: true
IndentCaseLabels: true
ColumnLimit: 100