Add .editorconfig file 14/64214/5
authorThanh Ha <zxiiro@gmail.com>
Sat, 6 Jun 2020 13:32:36 +0000 (09:32 -0400)
committerThanh Ha <zxiiro@gmail.com>
Sat, 6 Jun 2020 15:21:59 +0000 (11:21 -0400)
commit1bebe2af0f9dbe2db7fa1a22091144a0076b3c5f
treefb19553c4b1ad07c6b8738efc976dc12a32db607
parent3885b944225b4de01cbdf24a88ab103de2841ffe
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 <zxiiro@gmail.com>
.editorconfig [new file with mode: 0644]
README.md