- rubyfmt
- Ruby Autoformatter
- 255 Installs
-
This extension is allowed to:
- Launch Subprocesses
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.
Changelog
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