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