BasedOnStyle: Google
AllowAllParametersOfDeclarationOnNextLine: false
AlignConsecutiveAssignments: true
AllowShortBlocksOnASingleLine: false
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
AllowShortLoopsOnASingleLine: false
BinPackParameters: false
BreakBeforeBraces: Attach
IndentWidth: 4
ColumnLimit: 80
ReflowComments: false
SortIncludes: true