2015-08-24 18:27:58 +00:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
|
2015-11-11 22:21:09 +00:00
|
|
|
ColumnLimit: 100
|
2015-08-24 18:27:58 +00:00
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
IndentWidth: 2
|
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 2
|
|
|
|
UseTab: Never
|
|
|
|
PenaltyExcessCharacter: 32
|
2015-08-24 19:56:48 +00:00
|
|
|
|
|
|
|
Cpp11BracedListStyle: false
|