blob: 3d64beeecda627d7890dc80fba8a62d93122153d [file] [log] [blame]
Yao Chenef99c4f2017-09-22 16:26:54 -07001BasedOnStyle: Google
2AllowShortIfStatementsOnASingleLine: true
3AllowShortFunctionsOnASingleLine: false
4AllowShortLoopsOnASingleLine: true
5BinPackArguments: true
6BinPackParameters: true
7ColumnLimit: 100
8CommentPragmas: NOLINT:.*
9ContinuationIndentWidth: 8
10DerivePointerAlignment: false
11IndentWidth: 4
12PointerAlignment: Left
13TabWidth: 4
14AccessModifierOffset: -4