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.
我想使用命令行应用程序格式化 ruby 源代码,以便按照 ruby 指南对其进行美化。有没有这样的申请?
你也可以为此使用 VIM:
vim source.rb +'norm gg=G' +x
不过,它只会修复缩进。