blob: 0e0f4d143e88d7dbb0371e2507900244879f8e87 [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
Tao Bao74bda5f2016-11-03 15:17:32 -070013
14Cpp11BracedListStyle: false