mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-10 09:44:13 +00:00
.clang-format: AlignConsecutiveMacros: true, 100 columns
Signed-off-by: Hector Martin <marcan@marcan.st>
This commit is contained in:
parent
51bf5c870a
commit
5ce22e5c3a
1 changed files with 2 additions and 0 deletions
|
@ -4,4 +4,6 @@ UseTab: Never
|
|||
BreakBeforeBraces: Linux
|
||||
AllowShortIfStatementsOnASingleLine: Never
|
||||
AllowShortFunctionsOnASingleLine: false
|
||||
AlignConsecutiveMacros: true
|
||||
IndentCaseLabels: true
|
||||
ColumnLimit: 100
|
||||
|
|
Loading…
Reference in a new issue