2016-10-19 12:18:14 -07:00
|
|
|
BasedOnStyle: Google
|
2016-12-05 19:48:20 -08:00
|
|
|
ColumnLimit: 100
|
2017-03-20 10:55:01 -07:00
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
PointerAlignment: Left
|