Skip to content

Atom package to automatically include #encoding: utf-8 on Ruby files

License

Notifications You must be signed in to change notification settings

zakwanhaj/auto-encoding-for-ruby

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Encoding for Ruby

It's an Atom package for automatically adding # encoding: utf-8 at beginning on every Ruby file with non-ASCII characters. It saves the time from doing a boring task for adding the encoding declaration manually. There are many options to implement this tool either on current opened editor (right click on wherever in the code then Add #encoding utf-8 or go to packages then Auto Encoding for Ruby), on selected file (inside tree view, right click on the file then Add #encoding utf-8 ) or on selected directory (in tree view and right click too). When choosing a selected directory, the package adds the encoding declaration in all Ruby files inside the selected directory.

A screenshot of your package

About

Atom package to automatically include #encoding: utf-8 on Ruby files

Resources

License

Stars

Watchers

Forks

Packages

No packages published