1BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3AllowShortIfStatementsOnASingleLine: false
4AllowShortLoopsOnASingleLine: false
5BinPackArguments: false
6BinPackParameters: false
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9PointerAlignment: Left
10TabWidth: 2
11