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