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