blob: f29680a2d3f9a7caec0a17ecc5aead573a04a231 (
plain)
1
2
3
4
5
6
7
8
9
10
|
UseTab: ForContinuationAndIndentation
IndentWidth: 4
TabWidth: 4
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Attach
AlignConsecutiveMacros: true
ColumnLimit: 140
IndentPPDirectives: AfterHash
SortIncludes: Never
BinPackArguments: true
|