BasedOnStyle: LLVM
BreakBeforeBraces: Allman
SortIncludes: false
UseTab: AlignWithSpaces
TabWidth: 4
IndentWidth: 4
ColumnLimit: 100
AlignConsecutiveMacros: true
AllowShortBlocksOnASingleLine: Empty
AllowShortFunctionsOnASingleLine: Empty
IndentPPDirectives: BeforeHash
PenaltyBreakAssignment: 25