ソースを参照

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)


読み込み中…
キャンセル
保存