1BasedOnStyle: Google
2ColumnLimit: 100
3AllowShortBlocksOnASingleLine: false
4AllowShortFunctionsOnASingleLine: false
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7PointerAlignment: Left
8