* State while checkout: 1538036b5b
.
* Rebrand to rhodep.
Change-Id: I2ec98306fd2b12cbad706028b3fc859825c55ee3
11 lines
251 B
YAML
11 lines
251 B
YAML
BasedOnStyle: Google
|
|
AccessModifierOffset: -2
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
PenaltyExcessCharacter: 32
|