blob: e28b379c44171c0af112e6eeca147f3f29ed4c15 [file] [log] [blame]
Steven Moreland1aa839c2019-01-18 14:23:25 -08001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3ColumnLimit: 100
4CommentPragmas: NOLINT:.*
5DerivePointerAlignment: false
Tom Cherryc077eef2019-06-05 15:30:14 -07006IncludeBlocks: Preserve
Steven Moreland1aa839c2019-01-18 14:23:25 -08007IndentWidth: 2
8PointerAlignment: Left
9TabWidth: 2
10UseTab: Never