mirror of
https://github.com/joel16/android_device_sony_kitakami-common.git
synced 2024-11-26 21:20:40 +00:00
8c52888e66
* Based on commits: msm8998-common: add ril wrapper to handle unsupported DC-HSPAP rat msm8998-common: ril-wrapper: do not provide full path for dlopen Change-Id: I3c0fe0e473d10fff01ca31bd09c36689678ba43e
14 lines
288 B
YAML
14 lines
288 B
YAML
BasedOnStyle: Google
|
|
AllowShortBlocksOnASingleLine: false
|
|
AllowShortFunctionsOnASingleLine: false
|
|
|
|
AccessModifierOffset: -2
|
|
ColumnLimit: 100
|
|
CommentPragmas: NOLINT:.*
|
|
DerivePointerAlignment: false
|
|
IndentWidth: 4
|
|
PointerAlignment: Left
|
|
TabWidth: 4
|
|
UseTab: Never
|
|
PenaltyExcessCharacter: 32
|