sublime_alignment
sublime_alignment copied to clipboard
alignment_space_chars_after (?) option - insert space after alignment_chars
I've got a use case where I split/align rather long URL strings:
Before alignment:
http://someurl.com/
?foo=bar
&foobar=baz
&bazbing=foo
After alignment:
http://someurl.com/
?foo =bar
&foobar =baz
&bazbing =foo
I would love to be able to have a setting to force a space after the alignment_char like so:
http://someurl.com/
?foo = bar
&foobar = baz
&bazbing = foo
Came here to post exactly the same request. It would be great to be featured in the next release or later.
+1 bump
+1 My feature request #71 seems to be the same - sorry for duplication )
@vmm86 - Do you want to close out #71?
This should be rather easy to add - @wbond - is this something you wish to add to this plugin's functionality? I can take a stab when I find some time :)
+1 - I've wanted this for a long time. I took a look at branching it and trying to hack it but python's not my thing and I got lost!
+1 - Would love this to be added
+1 bump demand!!!