diff options
author | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:12:53 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2025-07-23 22:12:53 +0200 |
commit | 527fccc3deb77c600c7f88a739ff36f16b624218 (patch) | |
tree | 5cd0ac93fee56ec2bbb3cfad36aebc15fd9fc5a5 | |
parent | 80b775f0f1751ae28e4410e0d5a6ae62be9f8182 (diff) |
Update dir-locals
-rw-r--r-- | .dir-locals.el | 20 |
1 files changed, 10 insertions, 10 deletions
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 |