summaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
blob: 855d8c278590cf2460de4539615eadf3d40aa649 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
((csv-mode . ((number-format-predicate
               . (lambda (beg end)
                   (save-excursion
                     (goto-char beg)
                     (not (bolp)))))))
 (go-ts-mode . ((comment-start . "/* ")
                (comment-end . " */")
                (comment-continue . "   ")
                (require-final-newline . t)))
 (mhtml-mode . ((fill-column . 79))))