xref: /aosp_15_r20/external/minigbm/cros_gralloc/gralloc4/.clang-format (revision d95af8df99a05bcb8679a54dc3ab8e5cd312b38e)
1*d95af8dfSAndroid Build Coastguard Worker# Copyright 2020 The Chromium OS Authors. All rights reserved.
2*d95af8dfSAndroid Build Coastguard Worker# Use of this source code is governed by a BSD-style license that can be
3*d95af8dfSAndroid Build Coastguard Worker# found in the LICENSE file.
4*d95af8dfSAndroid Build Coastguard Worker#
5*d95af8dfSAndroid Build Coastguard Worker# This directory is formatted to match the format of the interfaces implemented.
6*d95af8dfSAndroid Build Coastguard Worker
7*d95af8dfSAndroid Build Coastguard WorkerBasedOnStyle: Google
8*d95af8dfSAndroid Build Coastguard WorkerStandard: Cpp11
9*d95af8dfSAndroid Build Coastguard WorkerAccessModifierOffset: -2
10*d95af8dfSAndroid Build Coastguard WorkerAllowShortFunctionsOnASingleLine: Inline
11*d95af8dfSAndroid Build Coastguard WorkerColumnLimit: 100
12*d95af8dfSAndroid Build Coastguard WorkerCommentPragmas: NOLINT:.*
13*d95af8dfSAndroid Build Coastguard WorkerDerivePointerAlignment: false
14*d95af8dfSAndroid Build Coastguard WorkerIncludeBlocks: Preserve
15*d95af8dfSAndroid Build Coastguard WorkerIndentWidth: 4
16*d95af8dfSAndroid Build Coastguard WorkerContinuationIndentWidth: 8
17*d95af8dfSAndroid Build Coastguard WorkerPointerAlignment: Left
18*d95af8dfSAndroid Build Coastguard WorkerTabWidth: 4
19*d95af8dfSAndroid Build Coastguard WorkerUseTab: Never