-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Beautify selection only? #69
Comments
+1 |
1 similar comment
+1 |
+1. As a temporary workaround, open up beautify_ruby.py and replace the
This beautifies just the selections, or the entire file if there is no selection. However, BeautifyRuby treats it as if the selection is all there is in the file, so indentation is stripped down to the base indentation. To fix this, we could use python's textwrap module.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The command beautifies the whole file. Any way to beautify just the selected text? Thanks.
The text was updated successfully, but these errors were encountered: