1f16e0440Sopenharmony_ci# Copyright (c) 2022 Huawei Device Co., Ltd.
2f16e0440Sopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License");
3f16e0440Sopenharmony_ci# you may not use this file except in compliance with the License.
4f16e0440Sopenharmony_ci# You may obtain a copy of the License at
5f16e0440Sopenharmony_ci#
6f16e0440Sopenharmony_ci#     http://www.apache.org/licenses/LICENSE-2.0
7f16e0440Sopenharmony_ci#
8f16e0440Sopenharmony_ci# Unless required by applicable law or agreed to in writing, software
9f16e0440Sopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS,
10f16e0440Sopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
11f16e0440Sopenharmony_ci# See the License for the specific language governing permissions and
12f16e0440Sopenharmony_ci# limitations under the License.
13f16e0440Sopenharmony_ci
14f16e0440Sopenharmony_ciBasedOnStyle: Webkit
15f16e0440Sopenharmony_ciColumnLimit: 120
16f16e0440Sopenharmony_ciPointerAlignment: Left
17f16e0440Sopenharmony_ciAlignAfterOpenBracket: DontAlign
18f16e0440Sopenharmony_ciContinuationIndentWidth: 4
19f16e0440Sopenharmony_ciAlignTrailingComments: true
20f16e0440Sopenharmony_ciAlignConsecutiveMacros: Consecutive
21f16e0440Sopenharmony_ciIndentCaseLabels: true
22f16e0440Sopenharmony_ciBreakBeforeBinaryOperators: None
23f16e0440Sopenharmony_ciSpaceBeforeParens: ControlStatementsExceptControlMacros
24f16e0440Sopenharmony_ciSpacesInCStyleCastParentheses: false
25f16e0440Sopenharmony_ciAlignEscapedNewlines: Left
26f16e0440Sopenharmony_ciNamespaceIndentation: None
27f16e0440Sopenharmony_ciFixNamespaceComments: true
28f16e0440Sopenharmony_ciBreakConstructorInitializers: AfterColon
29f16e0440Sopenharmony_ciAlignArrayOfStructures: Left
30f16e0440Sopenharmony_ciAllowShortFunctionsOnASingleLine: Empty
31f16e0440Sopenharmony_ciAllowShortLambdasOnASingleLine: Empty
32f16e0440Sopenharmony_ciAlwaysBreakTemplateDeclarations: Yes
33f16e0440Sopenharmony_ciSpaceInEmptyBlock: false
34f16e0440Sopenharmony_ciLambdaBodyIndentation: Signature
35f16e0440Sopenharmony_ciBreakBeforeTernaryOperators: false
36f16e0440Sopenharmony_ciCpp11BracedListStyle: true
37f16e0440Sopenharmony_ciSpaceAroundPointerQualifiers: Both
38