瀏覽代碼

change indent style for c

pull/1/head
10sr 11 年之前
父節點
當前提交
335d88d488
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el 查看文件

@@ -834,7 +834,7 @@ found, otherwise returns nil."
;; (setq c-default-style "bsd")
(add-hook 'c-mode-common-hook
(lambda ()
(setq c-basic-offset 2
(setq c-basic-offset 4
indent-tabs-mode nil)
;; (set-face-foreground 'font-lock-keyword-face "blue")
(c-toggle-hungry-state -1)


Loading…
取消
儲存