| Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 1 | BasedOnStyle: Google | 
| Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 2 | ColumnLimit: 100 | 
 | 3 | CommentPragmas: NOLINT:.* | 
 | 4 | DerivePointerAlignment: false | 
| Christopher Ferris | a78d9a2 | 2017-03-10 11:25:32 -0800 | [diff] [blame] | 5 | IndentWidth: 2 | 
| Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 6 | PointerAlignment: Left | 
| Christopher Ferris | a78d9a2 | 2017-03-10 11:25:32 -0800 | [diff] [blame] | 7 | TabWidth: 2 | 
| Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 8 | UseTab: Never | 
 | 9 | PenaltyExcessCharacter: 32 |