android_device_sony_kitakam.../ril-wrapper/.clang-format
Demon Singur 8c52888e66 kitakami-common: Add dummy libril-wrapper
* 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
2020-02-09 20:29:57 +08:00

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