gpt4 book ai didi

php - 让我们分享我们的 emacs php 配置

转载 作者:可可西里 更新时间:2023-11-01 13:23:31 26 4
gpt4 key购买 nike

我是 emacs 的新手,我认为如果您能分享您在日常 php 工作中使用的配置,那就太好了。

最佳答案

这对我来说已经足够了,只是一些基于 kohana 的项目的缩进规则:

(add-hook 'php-mode-hook
(lambda ()
(c-set-style "bsd")
(setq c-indent-level 2)
(setq c-continued-statement-offset 2)
(setq c-brace-offset -2)
(setq c-argdecl-indent 0)
(setq c-label-offset -2)
(setq c-basic-offset 2)
(setq tab-width 2)
(setq indent-tabs-mode nil)
(c-set-offset 'case-label '+)
(c-set-offset 'arglist-close 'c-lineup-arglist-operators)
(c-set-offset 'arglist-intro '+)
(c-set-offset 'arglist-cont-nonempty 'c-lineup-math)))

关于php - 让我们分享我们的 emacs php 配置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3766642/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com