Open vanrijn opened 11 years ago
I spent a little bit of time tonight hacking what I'm looking for into your plugin. I'm not sure what the best way is to communicate this with you, so I created a gist from it. My apologies... I haven't really worked with github or gist before so I am probably not doing this right. Here's my patch: https://gist.github.com/vanrijn/4719604
What do you think?
Also, if there's a better way to share this with you or something that would make it easier to integrate or review this, please just let me know how to do that and I'll gladly do it. =:) Thanks again!
You could fork the repo, patch it, and then issue a pull request.
Awesome, thanks for the help Zachary!
No problem!
Hi there! I'm working on some Objective-C code like this:
I would like to use your alignment plugin to reformat this to look like this:
(lines 2 - 5 are aligned at the first colon). But when I use the alignment plugin to try to do this, I end up with this:
In other words, the lines are aligned on the colons correctly, but I don't want the whitespace added between "selector" and the colon, at line 3, for example.
Is it possible to do this? Thank you!