aboutsummaryrefslogtreecommitdiff
path: root/mariadb-server/sql/.dir-locals.el
blob: b2210888b66ad846d3dcac05e2ea27aed06f136f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
((c++-mode
  . ((c-file-style . "linux")
     (c-basic-offset . 2)
     (comment-start . "/* ")
     (comment-end . " */")
     (comment-continue . "  ")
     (comment-style . extra-line)))
 (c-mode
  . ((c-file-style . "linux")
     (c-basic-offset . 2)
     (comment-end . " */")
     (comment-continue . "  ")
     (comment-style . extra-line))))