From: Thanh Ha Date: Sat, 6 Jun 2020 13:32:36 +0000 (-0400) Subject: Add .editorconfig file X-Git-Tag: v0.55.0~1 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=1bebe2af0f9dbe2db7fa1a22091144a0076b3c5f;hp=1bebe2af0f9dbe2db7fa1a22091144a0076b3c5f;p=releng%2Fglobal-jjb.git Add .editorconfig file EditorConfig is a universal editor configuration file supported by many IDEs and Editors (although some might require installing a plugin) to share consistent editor configuration with developers using different editors. This also updates the README.md file to remove the single item bullet list as that was causing prettier to reformat the bullet item to insert extra spacing between the '-' and first word in the list. Ref: https://editorconfig.org/ Change-Id: I22605008837c567d9f6a62abfc85a195acc708c6 Signed-off-by: Thanh Ha ---