blob: 2b83a1f41a6419b228f2e4cf4e6456338520a65b [file] [log] [blame]
Dan Albert6e68c072015-08-24 11:27:58 -07001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 2
8PointerAlignment: Left
9TabWidth: 2
10UseTab: Never
11PenaltyExcessCharacter: 32