blob: ae4a451354b366c5d4434bf240ed2804c406d8b5 [file] [log] [blame]
Jeff Sharkey2c369662017-10-18 12:17:35 -06001BasedOnStyle: Google
2AccessModifierOffset: -2
3AllowShortFunctionsOnASingleLine: Inline
4ColumnLimit: 100
5CommentPragmas: NOLINT:.*
6DerivePointerAlignment: false
7IndentWidth: 4
8PointerAlignment: Left
9TabWidth: 4
10UseTab: Never
11PenaltyExcessCharacter: 32