4 Star 6 Fork 5

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)
C
1
https://gitee.com/apache/httpd.git
git@gitee.com:apache/httpd.git
apache
httpd
httpd
trunk

搜索帮助