blob: 361ce9456222f617843b832a2cebeceaccaac2ef [file] [log] [blame]
Robin Pengcd374d82021-02-23 20:00:46 +08001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
8ContinuationIndentWidth: 8
9PointerAlignment: Right
10TabWidth: 4
11UseTab: Never
12AllowShortIfStatementsOnASingleLine: false
13SpacesBeforeTrailingComments: 2