ruby-syntax-tree / syntax_tree

Interact with the Ruby syntax tree

Home Page:https://ruby-syntax-tree.github.io/syntax_tree/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disabling single-line conditional formatting

ekmartin opened this issue · comments

We would really like to avoid turning:

if foo
  some_function_call(...)
end

Into some_function_call(...) if foo. Would this be possible with a plugin? Feel free to close!