blob: 2d4f33835c0eb13bcf652edbbb208bf69169e43d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|