Skip to content

Commit

Permalink
Rename from SublimePyYapf to PyYapf (to match Sublime conventions)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkane committed Apr 3, 2015
1 parent bc6b7f5 commit 033b94f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Main.sublime-menu
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"caption": "Settings – Default",
"args": {
"file": "${packages}/SublimePyYapf/PyYapf.sublime-settings"
"file": "${packages}/PyYapf/PyYapf.sublime-settings"
},
"command": "open_file"
},
Expand Down
1 change: 0 additions & 1 deletion PyYapf.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import sublime, sublime_plugin
from yapf import yapf_api
from yapf.yapflib import style
import sys

s = sublime.load_settings("PyYapf.sublime-settings")

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SublimePyYapf
# PyYapf
Sublime 2 plugin to run Yapf Python formatter

Ok campers, gather round.
Expand All @@ -20,7 +20,7 @@ Once this has more than a half dozen runs under it's tires I'll add it to Packag
Until then something like this should get it going:

```sh
git clone https://github.com/jason-kane/SublimePyYapf.git
git clone https://github.com/jason-kane/PyYapf.git
cp -R SublimePyYapf ~/.config/sublime-text2/Packages/
```

Expand Down

0 comments on commit 033b94f

Please sign in to comment.