2015-08-24 11:27:58 -07:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AllowShortBlocksOnASingleLine: false
|
|
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
IndentWidth: 2
|
2015-08-24 12:56:48 -07:00
|
|
|
ContinuationIndentWidth: 2
|
2015-08-24 11:27:58 -07:00
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 2
|
|
|
|
UseTab: Never
|
|
|
|
PenaltyExcessCharacter: 32
|
2015-08-24 12:56:48 -07:00
|
|
|
|
|
|
|
Cpp11BracedListStyle: false
|