blob: 912716375e71449ef01a6dde40e4a6db0551260c [file] [log] [blame]
shafik8b57cd52019-09-06 10:51:29 +01001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
8ContinuationIndentWidth: 8
9PointerAlignment: Left
10TabWidth: 4
11UseTab: Never
12PenaltyExcessCharacter: 32