Skip to content

Commit

Permalink
Update PyYapf.sublime-settings
Browse files Browse the repository at this point in the history
comment out SPLIT_PENALTY_MATCHING_BRACKET to get things working.  I still need to update my own yapf to bleeding edge and poke around to see what all the "new" options are.
  • Loading branch information
jason-kane committed Aug 19, 2015
1 parent 4ef22b0 commit 574905c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyYapf.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
// bracket tokens. For instance, if there is a newline after the opening
// bracket, we would tend to expect one before the closing bracket, and
// vice versa.
"SPLIT_PENALTY_MATCHING_BRACKET": 50,
//"SPLIT_PENALTY_MATCHING_BRACKET": 50,

// The penalty for splitting right after the opening bracket.
"SPLIT_PENALTY_AFTER_OPENING_BRACKET": 30,
Expand Down

0 comments on commit 574905c

Please sign in to comment.