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