mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00

Add [ruby-syntax-tree](https://github.com/ruby-syntax-tree/syntax_tree) as an available formatter. Include support for finding a [`.streerc` file](https://github.com/ruby-syntax-tree/syntax_tree#configuration). --------- Co-authored-by: Radon Rosborough <radon@intuitiveexplanations.com>
4 lines
69 B
Bash
4 lines
69 B
Bash
# Need ruby for gem
|
|
apt-get install -y ruby
|
|
|
|
gem install syntax_tree
|