blob: fc4eb1bc0329d724b5eefff7fae41e265a94b432 [file] [log] [blame]
Felipe Lemeb6e24492016-08-02 18:57:37 -07001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
3AllowShortFunctionsOnASingleLine: false
4
5AccessModifierOffset: -2
6ColumnLimit: 100
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9IndentWidth: 4
10PointerAlignment: Left
11TabWidth: 4
12UseTab: Never
13PenaltyExcessCharacter: 32