1ced56a00Sopenharmony_ci# SPDX-License-Identifier: MIT
2ced56a00Sopenharmony_ci# Copyright 2020 Google LLC
3ced56a00Sopenharmony_ci#
4ced56a00Sopenharmony_ci# Use of this source code is governed by an MIT-style
5ced56a00Sopenharmony_ci# license that can be found in the LICENSE file or at
6ced56a00Sopenharmony_ci# https://opensource.org/licenses/MIT.
7ced56a00Sopenharmony_ci
8ced56a00Sopenharmony_ci# Formatting settings to approximate the Linux kernel coding style.
9ced56a00Sopenharmony_ciBasedOnStyle: LLVM
10ced56a00Sopenharmony_ciAllowShortFunctionsOnASingleLine: false
11ced56a00Sopenharmony_ciAllowShortIfStatementsOnASingleLine: false
12ced56a00Sopenharmony_ciBreakBeforeBraces: Linux
13ced56a00Sopenharmony_ciCpp11BracedListStyle: false
14ced56a00Sopenharmony_ciIncludeBlocks: Preserve
15ced56a00Sopenharmony_ciIndentCaseLabels: false
16ced56a00Sopenharmony_ciIndentWidth: 8
17ced56a00Sopenharmony_ciUseTab: Always
18