blob: 2a21ac5236a9c065cd69922185dda33d89c635b0 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0-or-later
# Copyright 2020 Google LLC
#
# Formatting settings to approximate the Linux kernel coding style.
BasedOnStyle: LLVM
AllowShortFunctionsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: false
BreakBeforeBraces: Linux
Cpp11BracedListStyle: false
IncludeBlocks: Preserve
IndentCaseLabels: false
IndentWidth: 8
UseTab: Always