1413470f0Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd. 2413470f0Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3413470f0Sopenharmony_ci# you may not use this file except in compliance with the License. 4413470f0Sopenharmony_ci# You may obtain a copy of the License at 5413470f0Sopenharmony_ci# 6413470f0Sopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7413470f0Sopenharmony_ci# 8413470f0Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9413470f0Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10413470f0Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11413470f0Sopenharmony_ci# See the License for the specific language governing permissions and 12413470f0Sopenharmony_ci# limitations under the License. 13413470f0Sopenharmony_ci 14413470f0Sopenharmony_ciBasedOnStyle: Webkit 15413470f0Sopenharmony_ciColumnLimit: 120 16413470f0Sopenharmony_ciPointerAlignment: Left 17413470f0Sopenharmony_ciAlignAfterOpenBracket: DontAlign 18413470f0Sopenharmony_ciContinuationIndentWidth: 4 19413470f0Sopenharmony_ciAlignTrailingComments: true 20413470f0Sopenharmony_ciAlignConsecutiveMacros: Consecutive 21413470f0Sopenharmony_ciIndentCaseLabels: true 22413470f0Sopenharmony_ciBreakBeforeBinaryOperators: None 23413470f0Sopenharmony_ciSpaceBeforeParens: ControlStatementsExceptControlMacros 24413470f0Sopenharmony_ciSpacesInCStyleCastParentheses: false 25413470f0Sopenharmony_ciAlignEscapedNewlines: Left 26413470f0Sopenharmony_ciNamespaceIndentation: None 27413470f0Sopenharmony_ciFixNamespaceComments: true 28413470f0Sopenharmony_ciBreakConstructorInitializers: AfterColon 29413470f0Sopenharmony_ciAlignArrayOfStructures: Left 30413470f0Sopenharmony_ciAllowShortFunctionsOnASingleLine: Empty 31413470f0Sopenharmony_ciAllowShortLambdasOnASingleLine: Empty 32413470f0Sopenharmony_ciAlwaysBreakTemplateDeclarations: Yes 33413470f0Sopenharmony_ciSpaceInEmptyBlock: false 34413470f0Sopenharmony_ciLambdaBodyIndentation: Signature 35413470f0Sopenharmony_ciBreakBeforeTernaryOperators: false 36413470f0Sopenharmony_ciCpp11BracedListStyle: true 37413470f0Sopenharmony_ciSpaceAroundPointerQualifiers: Both 38