blob: 14abd934b6b61a8e35cde65d32a38e03019228a3 [file] [log] [blame]
Steven Moreland1aa839c2019-01-18 14:23:25 -08001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
Tom Cherryc077eef2019-06-05 15:30:14 -07007IncludeBlocks: Preserve
Steven Moreland1aa839c2019-01-18 14:23:25 -08008IndentWidth: 4
Steven Moreland1aa839c2019-01-18 14:23:25 -08009ContinuationIndentWidth: 8
10PointerAlignment: Left
11TabWidth: 4
12UseTab: Never