blob: 673753525d0ad95c7ad64d407005eaf3921d9087 [file] [log] [blame]
Josh Gaocb73db72016-01-19 14:49:23 -08001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IndentWidth: 4
9PointerAlignment: Left
10TabWidth: 4
11UseTab: Never
12PenaltyExcessCharacter: 32