需要帮助安装/运行 tidy php

发布于 2024-12-18 14:20:49 字数 207 浏览 1 评论 0原文

我已经使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

淡写薰衣草的香 2024-12-25 14:20:49

谢谢@ben

sudo aptitude insall php-pear

那么

sudo pear install PHP_Beautifier-0.1.15

如果有人能指出一个比这个命令更好的命令

php_beautifier -s4 -l "ArrayNested() IndentStyles(style=bsd) NewLines(before=if:switch:while:for:foreach:function:T_CLASS:return:break,after=T_COMMENT)"

这个命令可以工作,但它的缩进比我喜欢的要少一些。如果有人能指出更好的,那就太好了。

Thank @ben

sudo aptitude insall php-pear

then

sudo pear install PHP_Beautifier-0.1.15

If someone can point out a better command than

php_beautifier -s4 -l "ArrayNested() IndentStyles(style=bsd) NewLines(before=if:switch:while:for:foreach:function:T_CLASS:return:break,after=T_COMMENT)"

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文