From a5eea415de5d59186dcbd74f76a5bcdf8ffed8de Mon Sep 17 00:00:00 2001 From: Mark Lobodzinski Date: Wed, 25 Jan 2017 09:25:29 -0700 Subject: repo: Update root .clang-format file Change-Id: Id47dc032bd82c096263531c8a3ec9237d6ef8d79 --- .clang-format | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.clang-format b/.clang-format index 548df8d0..252859ba 100644 --- a/.clang-format +++ b/.clang-format @@ -1,6 +1,7 @@ --- -# We'll use defaults from the LLVM style, but with 4 columns indentation. +# Use defaults from LLVM style with the following exceptions: BasedOnStyle: LLVM IndentWidth: 4 +ColumnLimit: 132 SortIncludes: false ... -- cgit v1.2.3