~ubuntu-branches/ubuntu/hardy/apache2/hardy

0.6.1 by Andreas Barth
Import upstream version 2.2.3
1
(add-hook 'c-mode-hook
2
          (function (lambda ()
3
			(c-set-offset 'inclass' ++)
4
			(c-set-offset 'defun-block-intro' ++)
5
			(c-set-offset 'statement-block-intro' ++)
6
			(c-set-offset 'substatement' ++)
7
			(c-set-offset 'brace-list-intro' ++)
8
			(c-set-offset 'statement-case-intro' ++)
9
			(c-set-offset 'inextern-lang' 0)
10
			)))
11
(setq c++-mode-hook c-mode-hook)
12
(setq-default indent-tabs-mode nil)