You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by be...@apache.org on 2003/12/29 13:59:03 UTC

cvs commit: httpd-2.0 emacs-style

ben         2003/12/29 04:59:02

  Modified:    .        emacs-style
  Log:
  Don't use tabs.
  
  Revision  Changes    Path
  1.4       +1 -0      httpd-2.0/emacs-style
  
  Index: emacs-style
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/emacs-style,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- emacs-style	11 Mar 2001 20:49:37 -0000	1.3
  +++ emacs-style	29 Dec 2003 12:59:02 -0000	1.4
  @@ -9,3 +9,4 @@
   			(c-set-offset 'inextern-lang' 0)
   			)))
   (setq c++-mode-hook c-mode-hook)
  +(setq-default indent-tabs-mode nil)