kbrose / vsc-python-indent

Correctly indent python code on the fly, in Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=KevinRose.vsc-python-indent
MIT License
82 stars 19 forks source link

Fix spelling #94

Closed cbrnr closed 2 years ago

cbrnr commented 2 years ago

Checklist

Description I have tried to improve the README.md by (1) starting Python with an uppercase P, (2) using PEP8-style comments (two spaces before the #), and (3) some other minor things.

I hope this is useful because I think it improves readability. You also might want to capitalize Python in the GitHub repository "About" text.

Thanks for this great extension!

kbrose commented 2 years ago

Thanks for going through and cleaning things up a bit @cbrnr, I appreciate it. My only ask is that you revert the additional spaces before # in comments -- I know it's the PEP8 way but in this README I personally find it easier to read with just one space between the pipe character and the comment character.

cbrnr commented 2 years ago

Done @kbrose!