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