increase line length to 99 47/36847/1
authorRoss Brattain <ross.b.brattain@intel.com>
Thu, 22 Jun 2017 01:00:22 +0000 (18:00 -0700)
committerJing Lu <lvjing5@huawei.com>
Mon, 3 Jul 2017 06:02:35 +0000 (06:02 +0000)
commit75be9a172539d9e45f113001ed0b3daeb06e0e1c
tree29fe06ca95082238de04a21b0c38f0e9d386f112
parentd609aa7438e543354debfe86ab9d34a0e6402eda
increase line length to 99

When line length is 79 I have to spend too much
time manually wrapping my code into unreadable junk

I can't use expressive tuple unpacking and I start
shortening variables and other bad tricks to decrease
the line length.

We have too many levels of indent to manage with 79

class:
  def:
     if:
         for:
              etc.

Change-Id: Ib2ce9cf887f9880c46815822c8d0e1a7806e53ca
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
(cherry picked from commit 98fdb2810a7010edf0f12af0ed5d706df2af615c)
tox.ini