Skip to content

Commit

Permalink
autopep8: add README (#7249)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjeromin authored and mcornella committed Oct 7, 2018
1 parent 3a6fa91 commit 3b09476
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions plugins/autopep8/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# autopep8 plugin

This plugin adds completion for [autopep8](https://pypi.org/project/autopep8/), a tool that automatically formats Python code to conform to the [PEP 8](http://www.python.org/dev/peps/pep-0008/) style guide.

To use it, add autopep8 to the plugins array of your zshrc file:
```
plugins=(... autopep8)
```
Empty file.

0 comments on commit 3b09476

Please sign in to comment.