blob: 4093b3ada78c73489ab8875df5cb76aee0c4dbe9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
((c++-mode
. ((indent-tabs-mode . nil)
(c-file-style . "linux")
(c-basic-offset . 2)
(c-offsets-alist
. (
(inline-open . 0)
))
(comment-start . "/* ")
(comment-end . " */")
(comment-continue . " ")
(comment-style . extra-line)))
(c-mode
. ((indent-tabs-mode . nil)
(c-file-style . "linux")
(c-basic-offset . 2)
(c-offsets-alist
. (
(inline-open . 0)
))
(comment-start . "/* ")
(comment-end . " */")
(comment-continue . " ")
(comment-style . extra-line))))
|