1 Star 0 Fork 24

董瀚韬/apache2_1

forked from openKylin/apache2 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
emacs-style 403 Bytes
一键复制 编辑 原始数据 按行查看 历史
周淦清 提交于 2023-01-13 15:05 . Import Upstream version 2.4.54
(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/dong-hantao/apache2_1.git
git@gitee.com:dong-hantao/apache2_1.git
dong-hantao
apache2_1
apache2_1
openkylin/yangtze

搜索帮助