xref: /aosp_15_r20/external/crosvm/third_party/minigbm/.clang-format (revision d95af8df99a05bcb8679a54dc3ab8e5cd312b38e)
1*d95af8dfSAndroid Build Coastguard Worker# Copyright 2017 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 WorkerBasedOnStyle: LLVM
6*d95af8dfSAndroid Build Coastguard WorkerAllowShortFunctionsOnASingleLine: None
7*d95af8dfSAndroid Build Coastguard WorkerAllowShortIfStatementsOnASingleLine: false
8*d95af8dfSAndroid Build Coastguard WorkerAllowShortLoopsOnASingleLine: false
9*d95af8dfSAndroid Build Coastguard WorkerBreakBeforeBraces: Linux
10*d95af8dfSAndroid Build Coastguard WorkerColumnLimit: 100
11*d95af8dfSAndroid Build Coastguard WorkerIndentWidth: 8
12*d95af8dfSAndroid Build Coastguard WorkerTabWidth: 8
13*d95af8dfSAndroid Build Coastguard WorkerUseTab: Always
14*d95af8dfSAndroid Build Coastguard WorkerCpp11BracedListStyle: false
15*d95af8dfSAndroid Build Coastguard WorkerIndentCaseLabels: false
16