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