1. 22 Oct, 2019 1 commit
  2. 10 Sep, 2019 1 commit
    • 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
  3. 10 Jul, 2019 1 commit
  4. 01 May, 2018 1 commit
    • Evan Lloyd's avatar
      Add .editorconfig file · 5d9cef94
      Evan Lloyd authored
      The .editorconfig file provides an editor agnostic definition of a
      project's file format requirements.
      Details can be found at http://editorconfig.org/
      
      
      
      This change should have little impact on users, but, it is hoped, will
      help those who move across projects avoid making mistakes because of
      foreign project editor configuration settings.
      
      Change-Id: I8776526b5ab96b543d3d3e445c60e06b62049e68
      Signed-off-by: default avatarEvan Lloyd <evan.lloyd@arm.com>
      5d9cef94