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!

0
3 comments
Avatar
Oleg Sukhodolsky

Hi,

there is no such options for formatter we have in RubyMine :(

Regards, Oleg.

0

Ok, should I put in a bug report then or what do you recommend?

Thanks

0
Avatar
Oleg Sukhodolsky

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.

0

Please sign in to leave a comment.