a447b3c9af
Generated IKeystoreService has different signature, which required lots of refactoring. After update methods relevant data using last parameter. Test: cts-tradefed run cts -m CtsKeystoreTestCases Bug: 68389643 Change-Id: I0ca36a2e9e007143a3b403b306a8f979ee98b232
10 lines
255 B
YAML
10 lines
255 B
YAML
BasedOnStyle: LLVM
|
|
IndentWidth: 4
|
|
UseTab: Never
|
|
BreakBeforeBraces: Attach
|
|
AllowShortFunctionsOnASingleLine: Inline
|
|
AllowShortIfStatementsOnASingleLine: true
|
|
IndentCaseLabels: false
|
|
ColumnLimit: 100
|
|
PointerBindsToType: true
|
|
SpacesBeforeTrailingComments: 2
|