Ruby interpolation code style

Hi,
is it possible to set Ruby interpolation style? I would like to set it to prefer code like

"foo bar #{ my_var } baz"

over

"foo bar #{my_var} baz"

0

Hi,

unfortunately at the moment you can't.

0

请先登录再写评论。