1
2
3
4
5
6
7
8
9
10
11
12
13
| BasedOnStyle: Google
| AllowShortFunctionsOnASingleLine: Inline
| AllowShortIfStatementsOnASingleLine: true
| AllowShortLoopsOnASingleLine: true
| BinPackArguments: true
| BinPackParameters: true
| ColumnLimit: 80
| CommentPragmas: NOLINT:.*
| ContinuationIndentWidth: 8
| DerivePointerAlignment: false
| IndentWidth: 4
| PointerAlignment: Left
| TabWidth: 4
|
|