From 527fccc3deb77c600c7f88a739ff36f16b624218 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 23 Jul 2025 22:12:53 +0200 Subject: Update dir-locals --- .dir-locals.el | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 7577762..054f242 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,13 +1,13 @@ ((csv-mode - ((number-format-predicate - . (lambda (beg end) - (save-excursion - (goto-char beg) - (not (bolp))))))) + (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))) + (comment-start . "/* ") + (comment-end . " */") + (comment-continue . " ") + (require-final-newline . t)) (mhtml-mode - ((eval . (auto-fill-mode -1))))) \ No newline at end of file + (eval . (auto-fill-mode -1)))) \ No newline at end of file -- cgit v1.2.3