Remove faulty LineLength .clang-format directive.
authorKarl Schultz <karl@lunarg.com>
Mon, 21 Mar 2016 16:59:53 +0000 (10:59 -0600)
committerKarl Schultz <karl@lunarg.com>
Mon, 21 Mar 2016 16:59:53 +0000 (10:59 -0600)
commit1e22882a98a0f329d6f212355bfe456d690902b3
tree79147f4d80c970931d5d533b7e2a2b273d790e50
parentcc4bd5d455b87ae9605580a98b8d70b9adefb3ab
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