Extension Details

- rubyfmt
- by Edward Loveall
- 5 Recent Installs | 292 Total Installs
- Ruby Autoformatter
- Repository
- Bug Reports
-
Launch Subprocesses
-
This extension is allowed to:
Readme
Provides code formatting for ruby files via rubyfmt.
Installation
This requires the rubyfmt
executable to be installed somewhere on your system. It can be downloaded from the rubyfmt releases. The path to that executable can then be set globally in the extension settings or per-project in the project settings.
Release Notes
Version 1.1.1
- Error messages will auto-dismiss
Version 1.1
- Ignore files that have
# rubyfmt: false
at the top (#1)
Version 1.0
- Initial release