rubyfmt

Atom package to autoformat Ruby code with Rubyfmt

toreriklinnerud

355

2

1.0.0

MIT

GitHub

atom-rubyfmt

Atom plugin to autoformat Ruby code with Rubyfmt

ezgif-1-efe14eccc5e4

Dependencies

rubyfmt and ruby are assumed to be in path. Their locations can be overridden with absolute paths in the package settings.

Plugin installation

Through Atom packages, search for rubyfmt.

Formatting code

On Windows/Linux: Alt + ;
On MacOS: Cmd + ;

With a file open and identified as Ruby or Ruby on Rails, hit the above combination to apply auto format.

Format on Save / Other settings

Format on save is enabled by default but can be disabled from the Package Settings.

settings-screenshot

Syntax errors

If the Ruby code contains a syntax error it cannot be formatted. The syntax error will be displayed in a notification window.

syntax-error-screenshot