1cb69b360Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 2cb69b360Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3cb69b360Sopenharmony_ci# you may not use this file except in compliance with the License. 4cb69b360Sopenharmony_ci# You may obtain a copy of the License at 5cb69b360Sopenharmony_ci# 6cb69b360Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7cb69b360Sopenharmony_ci# 8cb69b360Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9cb69b360Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10cb69b360Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11cb69b360Sopenharmony_ci# See the License for the specific language governing permissions and 12cb69b360Sopenharmony_ci# limitations under the License. 13cb69b360Sopenharmony_ci 14cb69b360Sopenharmony_ciBasedOnStyle: Webkit 15cb69b360Sopenharmony_ciColumnLimit: 120 16cb69b360Sopenharmony_ciPointerAlignment: Left 17cb69b360Sopenharmony_ciAlignAfterOpenBracket: DontAlign 18cb69b360Sopenharmony_ciContinuationIndentWidth: 4 19cb69b360Sopenharmony_ciAlignTrailingComments: true 20cb69b360Sopenharmony_ciAlignConsecutiveMacros: Consecutive 21cb69b360Sopenharmony_ciIndentCaseLabels: true 22cb69b360Sopenharmony_ciBreakBeforeBinaryOperators: None 23cb69b360Sopenharmony_ciSpaceBeforeParens: ControlStatementsExceptControlMacros 24cb69b360Sopenharmony_ciSpacesInCStyleCastParentheses: false 25cb69b360Sopenharmony_ciAlignEscapedNewlines: Left 26cb69b360Sopenharmony_ciNamespaceIndentation: None 27cb69b360Sopenharmony_ciFixNamespaceComments: true 28cb69b360Sopenharmony_ciBreakConstructorInitializers: AfterColon 29cb69b360Sopenharmony_ciAlignArrayOfStructures: Left 30cb69b360Sopenharmony_ciAllowShortFunctionsOnASingleLine: Empty 31cb69b360Sopenharmony_ciAllowShortLambdasOnASingleLine: Empty 32cb69b360Sopenharmony_ciAlwaysBreakTemplateDeclarations: Yes 33cb69b360Sopenharmony_ciSpaceInEmptyBlock: false 34cb69b360Sopenharmony_ciLambdaBodyIndentation: Signature 35cb69b360Sopenharmony_ciBreakBeforeTernaryOperators: false 36cb69b360Sopenharmony_ciCpp11BracedListStyle: true 37cb69b360Sopenharmony_ciSpaceAroundPointerQualifiers: Both 38