blob: 591ae733c5bc0ed399d0d4d88802fd97f4e34079 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
((c++-mode
. ((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
. ((c-file-style . "linux")
(c-basic-offset . 2)
(c-offsets-alist
. (
(inline-open . 0)
))
(comment-start . "/* ")
(comment-end . " */")
(comment-continue . " ")
(comment-style . extra-line))))
|