markbaas / atom-python-autopep8

MIT License
9 stars 6 forks source link

Atom Python Autopep8

Uses autopep8 installed to format python code according to pep8 guidelines.

Install

Make sure to have autopep8 installed. Install it by running pip install autopep8