Sfoglia il codice sorgente

change indent style for c

pull/1/head
10sr 11 anni fa
parent
commit
335d88d488
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Vedi File

@@ -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)


Caricamento…
Annulla
Salva