blob: fb967d888e07229566903611ca3d901768719858 [file] [log] [blame]
Bowgo Tsai1aeb8d22017-03-08 16:32:23 +08001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
Christopher Ferrisa78d9a22017-03-10 11:25:32 -08003AllowShortFunctionsOnASingleLine: true
Bowgo Tsai1aeb8d22017-03-08 16:32:23 +08004
Christopher Ferrisa78d9a22017-03-10 11:25:32 -08005AccessModifierOffset: -1
Bowgo Tsai1aeb8d22017-03-08 16:32:23 +08006ColumnLimit: 100
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
Christopher Ferrisa78d9a22017-03-10 11:25:32 -08009IndentWidth: 2
Bowgo Tsai1aeb8d22017-03-08 16:32:23 +080010PointerAlignment: Left
Christopher Ferrisa78d9a22017-03-10 11:25:32 -080011TabWidth: 2
Bowgo Tsai1aeb8d22017-03-08 16:32:23 +080012UseTab: Never
13PenaltyExcessCharacter: 32