~ubuntu-branches/ubuntu/precise/kde-workspace/precise-security

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
;; -*- emacs-lisp -*-
;;
;; This file is processed by the dirvars emacs package.  Each variable
;; setting below is performed when this dirvars file is loaded.
;;
kde-emacs-after-parent-string: ""
;evaluate: (c-set-offset 'access-label '0)
;evaluate: (c-set-offset 'topmost-intro '+)
;evaluate: (c-set-offset 'inline-open '+)
;evaluate: (setq 'innamespace '--)
evaluate: (setq c-offsets-alist  '((string . c-lineup-dont-change)
				   (c . c-lineup-C-comments)
				   (defun-open . 0)
				   (defun-close . 0)
				    (defun-block-intro . +)
				    (class-open . 0)
				    (class-close . 0)
				    (inline-close . 0)
				    (func-decl-cont . +)
				    (knr-argdecl . 0)
				    (topmost-intro . 0)
				    (topmost-intro-cont . 0)
				    (member-init-intro . +)
				    (member-init-cont . c-lineup-multi-inher)
				    (inher-intro . +)
				    (inher-cont . c-lineup-multi-inher)
				    (block-open . 0)
				    (block-close . 0)
				    (brace-list-close . 0)
				    (brace-list-intro . +)
				    (brace-list-entry . 0)
				    (brace-entry-open . 0)
				    (statement . 0)
				    (statement-case-intro . +)
				    (substatement . +)
				    (case-label . +)
				    (access-label . -)
				    (do-while-closure . 0)
				    (else-clause . 0)
				    (catch-clause . 0)
				    (comment-intro . c-lineup-comment)
				    (arglist-cont . 0)
				    (arglist-cont-nonempty . c-lineup-arglist)
				    (stream-op . c-lineup-streamop)
				    (inclass . ++)
				    (cpp-macro .
					       [0])
				    (cpp-macro-cont . c-lineup-dont-change)
				    (friend . 0)
				    (objc-method-intro .
						       [0])
				    (objc-method-args-cont . c-lineup-ObjC-method-args)
				    (objc-method-call-cont . c-lineup-ObjC-method-call)
				    (extern-lang-open . 0)
				    (extern-lang-close . 0)
				    (inextern-lang . +)
				    (namespace-open . 0)
				    (namespace-close . 0)
				    (innamespace . 0)
				    (template-args-cont c-lineup-template-args +)
				    (inlambda . c-lineup-inexpr-block)
				    (lambda-intro-cont . +)
				    (inexpr-statement . 0)
				    (inexpr-class . +)
				    (statement-block-intro . +)
				    (knr-argdecl-intro . +)
				    (substatement-open . 0)
				    (label . 2)
				    (statement-case-open . 0)
				    (statement-cont . +)
				    (arglist-intro . +)
				    (arglist-close . +)
				    (inline-open . 0)
				    (brace-list-open . 0)))