ben 99/08/01 08:20:53
Added: . emacs-style
Log:
Set up emacs for the Apache Style Guide.
Revision Changes Path
1.1 apache-2.0/emacs-style
Index: emacs-style
===================================================================
(add-hook 'c-mode-hook
(function (lambda ()
(c-set-offset 'inclass' ++)
(c-set-offset 'defun-block-intro' ++)
(c-set-offset 'statement-block-intro' ++)
(c-set-offset 'substatement' ++)
(c-set-offset 'brace-list-intro' ++)
)))
(setq c++-mode-hook c-mode-hook)
