12 lines
252 B
YAML
12 lines
252 B
YAML
---
|
|
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
ColumnLimit: 88
|
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: WithoutElse
|
|
|
|
BinPackParameters: OnePerLine
|
|
|
|
AlignConsecutiveMacros: Consecutive
|
|
AlignEscapedNewlines: LeftWithLastLine
|