ruby-syntax-tree / syntax_tree

Interact with the Ruby syntax tree
https://ruby-syntax-tree.github.io/syntax_tree/
MIT License
563 stars 54 forks source link

Is it possible to configure indentation size? #374

Closed zhengpd closed 1 year ago

zhengpd commented 1 year ago

Seems only --print-width is supported on formatting. Is it possible to configure the indentation size to 4 spaces?

kddnewton commented 1 year ago

Not at the moment. The community seems to have settled on 2 spaces in Ruby source so that's the only one that's supported.