0c7e29b42e
This will make it easier to catch formatting nits. This style is based on the Google style guide (well known publicly) and follows the Chromium style changes we have adopted. Bug: 25887990 Change-Id: If9562223752dfe611a32c341e703338f806bcc0f
9 lines
257 B
YAML
9 lines
257 B
YAML
BasedOnStyle: Google
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: false
|
|
AllowShortLoopsOnASingleLine: false
|
|
BinPackParameters: false
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
PointerAlignment: Left
|
|
TabWidth: 2
|