Mark Salyzyn | b8e17ee | 2017-02-10 13:09:07 -0800 | [diff] [blame] | 1 | BasedOnStyle: Google |
2 | AllowShortFunctionsOnASingleLine: false | ||||
3 | |||||
4 | CommentPragmas: NOLINT:.* | ||||
5 | DerivePointerAlignment: false | ||||
6 | IndentWidth: 4 | ||||
7 | PointerAlignment: Left | ||||
8 | TabWidth: 4 | ||||
9 | PenaltyExcessCharacter: 32 | ||||
10 | |||||
11 | Cpp11BracedListStyle: false |