Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
什么是最好的选择?我发现:
但它们似乎都有些过时了。对 Rails 的特殊支持(知道自动格式化哪些文件和其他一些很酷的东西)将是一个加号,还有一个 git hook 脚本。
There is RuboCop:
gem install rubocop rubocop -a
It will also fix all the common mistakes.
只需使用 vim,在命令模式下按gg=G