2017-03-11 03:25:32 +08:00
|
|
|
BasedOnStyle: Google
|
|
|
|
AccessModifierOffset: -2
|
2017-03-29 03:31:37 +08:00
|
|
|
AllowShortFunctionsOnASingleLine: Inline
|
2017-03-11 03:25:32 +08:00
|
|
|
ColumnLimit: 100
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
|
|
DerivePointerAlignment: false
|
|
|
|
IndentWidth: 4
|
2018-06-07 18:49:59 +08:00
|
|
|
ContinuationIndentWidth: 8
|
2017-03-11 03:25:32 +08:00
|
|
|
PointerAlignment: Left
|
|
|
|
TabWidth: 4
|
|
|
|
UseTab: Never
|