~ps10gel/ubuntu/xenial/trafficserver/6.2.0

« back to all changes in this revision

Viewing changes to emacs-style

  • Committer: Bazaar Package Importer
  • Author(s): Arno Toell
  • Date: 2011-01-13 11:49:18 UTC
  • Revision ID: james.westby@ubuntu.com-20110113114918-vu422h8dknrgkj15
Tags: upstream-2.1.5-unstable
ImportĀ upstreamĀ versionĀ 2.1.5-unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
;; M-x load-file <this file>
 
2
;; or emacs -l <this file>
 
3
;; to use this style: C-c . apache
 
4
;;  Licensed to the Apache Software Foundation (ASF) under one
 
5
;;  or more contributor license agreements.  See the NOTICE file
 
6
;;  distributed with this work for additional information
 
7
;;  regarding copyright ownership.  The ASF licenses this file
 
8
;;  to you under the Apache License, Version 2.0 (the
 
9
;;  "License"); you may not use this file except in compliance
 
10
;;  with the License.  You may obtain a copy of the License at
 
11
;;
 
12
;;      http://www.apache.org/licenses/LICENSE-2.0
 
13
;;
 
14
;;  Unless required by applicable law or agreed to in writing, software
 
15
;;  distributed under the License is distributed on an "AS IS" BASIS,
 
16
;;  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 
17
;;  See the License for the specific language governing permissions and
 
18
;;  limitations under the License.
 
19
;;
 
20
(c-add-style "trafficserver"
 
21
             '((inclass . ++)
 
22
               (defun-block-intro . ++)
 
23
               (statement-block-intro . ++)
 
24
               (substatement . ++)
 
25
               (brace-list-intro . ++)
 
26
               (statement-case-intro . ++)
 
27
               (inextern-lang . 0)
 
28
               ))
 
29
(setq-default indent-tabs-mode nil)
 
30
;; if you forgot to do this at startup, then M-x eval-expression
 
31
;; (setq indent-tabs-mode nil) on each buffer