7 lines
194 B
YAML
7 lines
194 B
YAML
BasedOnStyle: Google
|
|
ColumnLimit: 100
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|