I am currently using GEdit with several plugins for developing Ruby on Rails. One thing I would like to have is a way to automatically format the source files (.rb,. *. Erb, etc.). Ideally, this would be something that I could invoke from the command line and / or GEdit.
The command line tool would be nice, because I can configure Git binding to automatically format on commit.
What are my options? What are the pros and cons of each?
source
share