atom-python-yapf
atom-python-yapf copied to clipboard
Atom.io plugin to format for Python files using Google's YAPF
trafficstars
atom-python-yapf
Atom.io plugin to format Python files using Google's YAPF

Install
Atom Package: https://atom.io/packages/python-yapf
apm install python-yapf
Or Settings/Preferences ➔ Packages ➔ Search for python-yapf
Make sure you have
YAPFinstalled and the correct path to binary was set in the package config.
Documentation
Settings

Keymap
Currently, there are two commands:
python-yapf:formatCode- for formatting python codepython-yapf:checkCode- for checking format of python code
Issues
Find a bug? Want more features? Find something missing in the documentation? Let me know! Please don't hesitate to file an issue
Credits
Heavily influenced by Benjamin Hedrich's atom-python-isort.
CHANGELOG
See CHANGELOG.md
Contributing
See all contributors on GitHub.
Please update the CHANGELOG.md, add yourself as a contributor to the package.json, and submit a Pull Request on GitHub.
License
MIT Copyright (c) 2014-2016 blacktop