How to add space around =>
When typing I would like to be able to type
t.first_name :null=>false
and then after I use the Reformat Code command have it look like this
t.first_name :null => false
Is there anything that can make that happen? I don't see any settings related to that in Preferences->Code Style.
Please sign in to leave a comment.
Hello Nathaniel,
This is not supported yet, however I've created an issue for you: http://youtrack.jetbrains.net/issue/RUBY-10271
Feel free to vote, comment and track progress of it.
Regards,
Oleg