blob: ede5d7e18bc92c47c8530cce494ebc50dacd4a55 [file] [log] [blame]
Hongyi Zhangde66ff22018-10-25 16:39:50 -07001BasedOnStyle: Google
2AllowShortFunctionsOnASingleLine: Inline
3ColumnLimit: 100
4CommentPragmas: NOLINT:.*
5DerivePointerAlignment: false
6IndentWidth: 2
7PointerAlignment: Left
8TabWidth: 2
9UseTab: Never