Language: Cpp
BasedOnStyle: Google
BreakBeforeBraces: Custom
IndentWidth: 4
UseTab: ForIndentation
TabWidth: 4
ColumnLimit: 100
IndentCaseLabels: false
MaxEmptyLinesToKeep: 3
AccessModifierOffset: -4
KeepEmptyLinesAtTheStartOfBlocks: true
BinPackArguments: false
BinPackParameters: false
AllowShortFunctionsOnASingleLine: All
AllowShortIfStatementsOnASingleLine: true
AlignConsecutiveAssignments: true
AlignTrailingComments: true
IndentPPDirectives: AfterHash
IncludeBlocks: Preserve
