BeautifyRuby icon indicating copy to clipboard operation
BeautifyRuby copied to clipboard

Sublime Text 2 & 3 Plugin to Beautify Ruby

Results 28 BeautifyRuby issues
Sort by recently updated
recently updated
newest added

On OS X 10.11.2 - Sublime Text 3 I have the htmlbeautifier gem (1.1.1) properly installed. From the terminal `htmlbeautifier my_file.html.erb` works as expected and beautifies the file. The plugin...

Can the formatter please be updated to account for Ruby 3.0 single line methods? Currently it indents each new single line method instead of leaving them at the same indentation...

One more variable to look out for when you receive the above error. I finally got BeautifyRuby to work by installing the older gem and modifying file type settings in...

The beautifier is failing when a file does not have an extension with the error "ERROR: This is not a ruby file". In my case, I'm editing a fastlane Fastfile,...

Right now if I want to indent according to the standard of community I can't, i.e: Correct way: ``` validates :data_a, :data_b, :data_c, :data_d, :data_e ``` But BeatifyRuby changes indention...

Hi, just wondering if/how we could get support for the alternative style of method chaining i.e. 'leading dots' - see Option A in the [Ruby Style Guide](https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains) This project supports...

Could it be made to run the tool on the whole project. We have a big project and we want to format it with the tool. The only way is...

I would like to prevent the deleting of empty lines, especially in erb files its sometimes more comfortable to read parts if there are empty lines. at the moment all...

Hi, there Can we make setting to set different tab size for type of files, such as set tab_size: 2 for ruby file(.rb) and for tab_size: 4 for ruby template...

The ending EOF in a heredoc is indented this is breaking the heredoc: ``` body =