mirror of
https://github.com/AsahiLinux/m1n1
synced 2024-11-22 14:43:08 +00:00
5ce22e5c3a
Signed-off-by: Hector Martin <marcan@marcan.st>
9 lines
225 B
YAML
9 lines
225 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
BreakBeforeBraces: Linux
|
|
AllowShortIfStatementsOnASingleLine: Never
|
|
AllowShortFunctionsOnASingleLine: false
|
|
AlignConsecutiveMacros: true
|
|
IndentCaseLabels: true
|
|
ColumnLimit: 100
|