code style suggestions for inline ruby
Hello,
I'd like RubyMine to format code differently for a specific case. Given this example....
<div >
some text
</div>
How do I keep RubyMine from formatting the code like this?...
<div padding-left: 30px;"><% end %>">
some text
</div>
I'd like to not litter my code with @formatter comments. Also, if you know of a better way of accomplishing the above without inline ruby I'm all ears!
Thanks!
Please sign in to leave a comment.
Hi,
there is no such options for formatter we have in RubyMine :(
Regards, Oleg.
Ok, should I put in a bug report then or what do you recommend?
Thanks
Hi,
feature requests are welcome, but I have to warn you it is not guaraneed that we will implement it in near future.
Fraom the other hand I can guarantee that we will not implement it if you will not file the request ;)
Regards, Oleg.