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: 80 11 IndentWidth: 8 12 TabWidth: 8 13 UseTab: Always 14 Cpp11BracedListStyle: false 15 IndentCaseLabels: false 16