Home

Awesome

Rubyfmt

Ruby port of gofmt.

Build Status Code Climate

Usage

$ echo 'def hello(who="world");puts "Hello #{who}";end' | ./bin/rubyfmt

Outputs:

def hello(who = "world")
  puts "Hello #{who}"
end

Installation

Add this line to your application's Gemfile:

gem 'rubyfmt'

And then execute:

$ bundle

Or install it yourself as:

$ gem install rubyfmt

Credits

Contributing

See CONTRIBUTING.md