blob: a7614d29ff5727eedcfac1c3f8085567d0d69f12 [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 -08003AccessModifierOffset: -2
4AllowShortFunctionsOnASingleLine: Inline
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
Tom Cherryc077eef2019-06-05 15:30:14 -07008IncludeBlocks: Preserve
Steven Moreland1aa839c2019-01-18 14:23:25 -08009IndentWidth: 4
Steven Moreland1aa839c2019-01-18 14:23:25 -080010ContinuationIndentWidth: 8
11PointerAlignment: Left
12TabWidth: 4
13UseTab: Never