blob: 55773a29fb8ff29e735401577035812147dbd92d [file] [log] [blame]
Steven Moreland1aa839c2019-01-18 14:23:25 -08001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
Steven Moreland1aa839c2019-01-18 14:23:25 -08008ContinuationIndentWidth: 8
9PointerAlignment: Left
10TabWidth: 4
11UseTab: Never