blob: d72ca25d9de85c262c4c4a64b2ace3de58abb77d [file] [log] [blame]
David Andersonee84d742019-01-07 18:10:29 -08001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
8ContinuationIndentWidth: 8
9PointerAlignment: Left
10TabWidth: 4
11UseTab: Never
David Anderson5cc440c2019-04-16 14:34:27 -070012IncludeBlocks: Preserve