需要帮助安装/运行 tidy php
我已经使用 tidy 来处理 html 了。从终端我运行 $ tidy -fmi /path/to/file
对 php 文件执行相同操作不会“整理”它。基本上我想运行一个命令并正确缩进所有代码。或者根本不运行命令,让文本编辑器自动正确缩进所有代码。
我使用的主要文本编辑器是 vim、gvim 和 gedit。
系统是Ubuntu 10.04 LTS
I have used tidy for html. From the terminal I run $ tidy -fmi /path/to/file
Doing the same for a php file doesn't 'tidy' it up. Basically I'd like to run a command and have all my code indented properly. Or not run a command at all and have the text editor automatically indent all the code properly.
The main text editors I work with are vim, gvim and gedit.
system is Ubuntu 10.04 LTS
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
谢谢@ben
那么
如果有人能指出一个比这个命令更好的命令
这个命令可以工作,但它的缩进比我喜欢的要少一些。如果有人能指出更好的,那就太好了。
Thank @ben
then
If someone can point out a better command than
This command works, but it has a little less indentation than I prefer. That would be great if someone could point out a better one.