forked from Mirrors/freeswitch
0488a5109a
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3733 d0543943-73ff-0310-b7d9-9358b9ac24b2
16 lines
488 B
Plaintext
16 lines
488 B
Plaintext
;; M-x load-file <this file>
|
|
;; or emacs -l <this file>
|
|
;; to use this style: C-c . apache
|
|
(c-add-style "apache"
|
|
'((inclass . ++)
|
|
(defun-block-intro . ++)
|
|
(statement-block-intro . ++)
|
|
(substatement . ++)
|
|
(brace-list-intro . ++)
|
|
(statement-case-intro . ++)
|
|
(inextern-lang . 0)
|
|
))
|
|
(setq-default indent-tabs-mode nil)
|
|
;; if you forgot to do this at startup, then M-x eval-expression
|
|
;; (setq indent-tabs-mode nil) on each buffer
|