mirror of
https://github.com/multirom-nexus6p/multirom_adbd.git
synced 2025-11-03 21:26:05 +08:00
Taken from system/core/adb on the omnirom/android-6.0 branch (2b143b247a69deba1577dd1b2ca92138be2b48dc)
12 lines
246 B
YAML
12 lines
246 B
YAML
BasedOnStyle: Google
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
PenaltyExcessCharacter: 32
|