代码拉取完成,页面将自动刷新
;; Include this in your ~/.emacs file for editing Janus code in Emacs.
;; Run "M-x janus-mode" to set the coding style for Janus.
(defun janus-mode ()
"Sets the Janus coding style in c-mode."
(interactive)
;; c-basic-offset and tab-width can be set to personal preference as long as
;; they are the same. They will expand to the single tab required by the Janus
;; coding style.
(setq c-basic-offset 2
tab-width 2
indent-tabs-mode t)
(c-set-offset 'arglist-intro '+)
(c-set-offset 'arglist-cont-nonempty '+)
(c-set-offset 'case-label '+))
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。