~ubuntu-branches/ubuntu/feisty/apache2/feisty

« back to all changes in this revision

Viewing changes to emacs-style

  • Committer: Bazaar Package Importer
  • Author(s): Andreas Barth
  • Date: 2006-12-09 21:05:45 UTC
  • mfrom: (0.6.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20061209210545-h70s0xaqc2v8vqr2
Tags: 2.2.3-3.2
* Non-maintainer upload.
* 043_ajp_connection_reuse: Patch from upstream Bugzilla, fixing a critical
  issue with regard to connection reuse in mod_proxy_ajp.
  Closes: #396265

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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)