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