Add python configuration for editorconfig
authorJustin Chadwell <justin.chadwell@arm.com>
Tue, 27 Aug 2019 08:43:47 +0000 (09:43 +0100)
committerJustin Chadwell <justin.chadwell@arm.com>
Tue, 10 Sep 2019 08:25:12 +0000 (09:25 +0100)
commit40b06510f29058215b7774806c6cc3921cd55e5b
treee721667b1ce8f5faff17fb111aa3ac113e8d7ea6
parent44e8d5ebc36950943d70f3517d7756e210fc42ab
Add python configuration for editorconfig

As it currently is, python files are formatted using the general rules
in .editorconfig - this means that 8-character hard tabs are used, which
is not the recommended behaviour according to the PEP-8 standard.  This
patch correct this, and additionally limits the line length to 79
characters as required by the standard.

Change-Id: I3b5c0aff12034c4184d4555aab36490cdb3885da
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
.editorconfig