commit | 65f4a34fdd4eb8d3ee5c7402105a48dbf5b9d2d7 | [log] [tgz] |
---|---|---|
author | Justin Chadwell <justin.chadwell@arm.com> | Tue Aug 27 09:43:47 2019 +0100 |
committer | Justin Chadwell <justin.chadwell@arm.com> | Tue Sep 10 09:25:12 2019 +0100 |
tree | e721667b1ce8f5faff17fb111aa3ac113e8d7ea6 | |
parent | 02d8c394306411f5095bb856406262e287d4d1a0 [diff] |
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>