• Justin Chadwell's avatar
    Add python configuration for editorconfig · 40b06510
    Justin Chadwell authored
    
    
    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: default avatarJustin Chadwell <justin.chadwell@arm.com>
    40b06510
.editorconfig 1.99 KB