From 1e22882a98a0f329d6f212355bfe456d690902b3 Mon Sep 17 00:00:00 2001 From: Karl Schultz Date: Mon, 21 Mar 2016 10:59:53 -0600 Subject: Remove faulty LineLength .clang-format directive. The LineLength: 132 directive was making some clang-format implementations stop working. The correct directive is ColumnLimit. We also had agreed that the ColumnLimit would be 80 for all code in this repo except for layers. So remove the directive here to keep 80 as the default and to reflect current formatting. The layers folder has a .clang-format file that correctly specifies ColumnLimit: 132. Change-Id: Ic7c2a575e7d52141e3ecbc2e3644210cd85e5ac9 --- .clang-format | 1 - 1 file changed, 1 deletion(-) diff --git a/.clang-format b/.clang-format index 0f8abd3c..74049cfe 100644 --- a/.clang-format +++ b/.clang-format @@ -2,5 +2,4 @@ # We'll use defaults from the LLVM style, but with 4 columns indentation. BasedOnStyle: LLVM IndentWidth: 4 -LineLength: 132 ... -- cgit v1.2.3