OSDN Git Service

gralloc0_register_buffer: initialize gralloc0 when needed
[android-x86/external-minigbm.git] / .clang-format
1 # Copyright 2017 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
4
5 BasedOnStyle: LLVM
6 AllowShortFunctionsOnASingleLine: None
7 AllowShortIfStatementsOnASingleLine: false
8 AllowShortLoopsOnASingleLine: false
9 BreakBeforeBraces: Linux
10 ColumnLimit: 100
11 IndentWidth: 8
12 TabWidth: 8
13 UseTab: Always
14 Cpp11BracedListStyle: false
15 IndentCaseLabels: false