blob: a4e23f8603713eef1450d195cb5ad40ce20f2d55 [file] [log] [blame]
Steven Moreland1aa839c2019-01-18 14:23:25 -08001BasedOnStyle: Google
Tom Cherry0dd3ab52019-07-10 15:04:04 -07002Standard: Cpp11
Steven Moreland1aa839c2019-01-18 14:23:25 -08003AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
Tom Cherryc077eef2019-06-05 15:30:14 -07007IncludeBlocks: Preserve
Steven Moreland1aa839c2019-01-18 14:23:25 -08008IndentWidth: 2
9PointerAlignment: Left
10TabWidth: 2
11UseTab: Never