Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
paetzke committed Apr 22, 2015
1 parent 18056c6 commit fdd5398
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .bumpversion.cfg
@@ -0,0 +1,7 @@
[bumpversion]
current_version = 0.1
files = py-yapf.el
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)
serialize = {major}.{minor}
19 changes: 19 additions & 0 deletions README.org
Expand Up @@ -27,3 +27,22 @@ Add the save hook to your =~/.emacs=
#+END_SRC

Now every time you save your Python file =yapf= will be executed on the current buffer.


** Functions

- =M-x py-yapf-buffer RET=: Uses the =yapf= tool to reformat the current buffer.


** Bugs and improvements

Feel free to open tickets or send pull requests with improvements.
These [[https://github.com/paetzke/py-yapf.el/graphs/contributors][contributors]] have done so.


** Copyright

Copyright (c) 2015 Friedrich Pätzke.
See [[LICENSE]] for further details.

So long. [[https://twitter.com/paetzke][Friedrich]].

0 comments on commit fdd5398

Please sign in to comment.