blob: 673753525d0ad95c7ad64d407005eaf3921d9087 [file] [log] [blame]
Dan Albert103c1be2015-02-24 16:56:39 -08001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
Josh Gao32b24cf2015-11-11 14:16:07 -08005ColumnLimit: 100
Dan Albert103c1be2015-02-24 16:56:39 -08006CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
Dan Albert683238c2015-03-19 13:21:25 -07008IndentWidth: 4
Dan Albert103c1be2015-02-24 16:56:39 -08009PointerAlignment: Left
Dan Albert683238c2015-03-19 13:21:25 -070010TabWidth: 4
Dan Albert103c1be2015-02-24 16:56:39 -080011UseTab: Never
12PenaltyExcessCharacter: 32