[go: nahoru, domu]

blob: 34633046037776cd2da66296dc0cbe8c9add78b7 [file] [log] [blame]
Thierry Strudelb6ce88f2018-04-26 22:24:24 -07001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
Thierry Strudelac1ffa72018-05-16 15:23:53 -07004ColumnLimit: 99
Thierry Strudelb6ce88f2018-04-26 22:24:24 -07005CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
8PointerAlignment: Right
9TabWidth: 4
10UseTab: Never
11PenaltyExcessCharacter: 32
12AllowShortIfStatementsOnASingleLine: false
13SpacesBeforeTrailingComments: 2