auto-encoding-for-ruby
auto-encoding-for-ruby copied to clipboard
Sublime Text 2 plugin to automatically include #encoding: utf-8 on Ruby files when needed.
Results
2
auto-encoding-for-ruby issues
Sort by
recently updated
recently updated
newest added
When I search for the package in package control, it doesn't come up. I presume it is because I am using Sublime Text 3. When will this be available for...
The plugin inserts the encoding stanza at the top, regardless of whether there exists a shebang line ``` #!/bin/ruby ``` or similar, which needs to be on the first line...