blob: 0395c8ec3abe2ad413fc270de311c81fa58a28c0 [file] [log] [blame]
Dan Albert4493d822015-02-24 16:56:39 -08001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
Dan Albert745e10a2015-03-19 13:21:25 -07007IndentWidth: 4
Dan Albert4493d822015-02-24 16:56:39 -08008PointerAlignment: Left
Dan Albert745e10a2015-03-19 13:21:25 -07009TabWidth: 4
Dan Albert4493d822015-02-24 16:56:39 -080010UseTab: Never
11PenaltyExcessCharacter: 32