head	1.1;
access;
symbols;
locks; strict;
comment	@# @;


1.1
date	2013.06.19.00.27.28;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/251886
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@;; 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
@
