dmr / atom-python-yapf

Atom.io plugin to format for Python files using Google's YAPF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

atom-python-yapf

License Version Downloads

Atom.io plugin to format Python files using Google's YAPF

Screenshot

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 YAPF installed and the correct path to binary was set in the package config.

Documentation

Settings

settings

Keymap

Currently, there are two commands:

  • python-yapf:formatCode - for formatting python code
  • python-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

About

Atom.io plugin to format for Python files using Google's YAPF

License:MIT License


Languages

Language:CoffeeScript 100.0%