2 Star 0 Fork 0

mirrors_apache/httpd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
emacs-style 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
Ben Laurie 提交于 2003-12-29 12:59 . Don't use tabs.
(add-hook 'c-mode-hook
(function (lambda ()
(c-set-offset 'inclass' ++)
(c-set-offset 'defun-block-intro' ++)
(c-set-offset 'statement-block-intro' ++)
(c-set-offset 'substatement' ++)
(c-set-offset 'brace-list-intro' ++)
(c-set-offset 'statement-case-intro' ++)
(c-set-offset 'inextern-lang' 0)
)))
(setq c++-mode-hook c-mode-hook)
(setq-default indent-tabs-mode nil)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors_apache/httpd.git
[email protected]:mirrors_apache/httpd.git
mirrors_apache
httpd
httpd
trunk

搜索帮助