blob: 532278864477ae35039a7a1a330689b649e91cef [file] [log] [blame]
Tao Bao74bda5f2016-11-03 15:17:32 -07001BasedOnStyle: Google
2AllowShortBlocksOnASingleLine: false
Tao Baoe65fa0a2016-12-12 14:49:21 -08003AllowShortFunctionsOnASingleLine: Empty
4AllowShortIfStatementsOnASingleLine: true
Tao Bao74bda5f2016-11-03 15:17:32 -07005
6ColumnLimit: 100
7CommentPragmas: NOLINT:.*
8DerivePointerAlignment: false
9IndentWidth: 2
10PointerAlignment: Left
11TabWidth: 2
12UseTab: Never
13PenaltyExcessCharacter: 32
14
15Cpp11BracedListStyle: false