| 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 | AccessModifierOffset: -2 | 
| Christopher Ferris | a11c814 | 2017-03-28 12:31:37 -0700 | [diff] [blame] | 3 | AllowShortFunctionsOnASingleLine: Inline | 
| Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 4 | ColumnLimit: 100 | 
 | 5 | CommentPragmas: NOLINT:.* | 
 | 6 | DerivePointerAlignment: false | 
 | 7 | IndentWidth: 4 | 
| Bernie Innocenti | 68ba3c3 | 2018-06-07 19:49:59 +0900 | [diff] [blame] | 8 | ContinuationIndentWidth: 8 | 
| Bowgo Tsai | 1aeb8d2 | 2017-03-08 16:32:23 +0800 | [diff] [blame] | 9 | PointerAlignment: Left | 
 | 10 | TabWidth: 4 | 
 | 11 | UseTab: Never |