blob: bcb8d8ac05b04a7f56cce187c68b0605c5cb4776 [file] [log] [blame]
Josh Gaocb73db72016-01-19 14:49:23 -08001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
David Pursell572bce22016-01-15 14:19:56 -08003AllowShortFunctionsOnASingleLine: Inline
Josh Gaocb73db72016-01-19 14:49:23 -08004
5ColumnLimit: 100
6CommentPragmas: NOLINT:.*
7DerivePointerAlignment: false
8IndentWidth: 4
David Pursell572bce22016-01-15 14:19:56 -08009ContinuationIndentWidth: 8
10ConstructorInitializerIndentWidth: 8
11AccessModifierOffset: -2
Josh Gaocb73db72016-01-19 14:49:23 -080012PointerAlignment: Left
13TabWidth: 4
14UseTab: Never
15PenaltyExcessCharacter: 32