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