aboutsummaryrefslogtreecommitdiffhomepage
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-07-23 22:12:53 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-07-23 22:12:53 +0200
commit527fccc3deb77c600c7f88a739ff36f16b624218 (patch)
tree5cd0ac93fee56ec2bbb3cfad36aebc15fd9fc5a5 /.dir-locals.el
parent80b775f0f1751ae28e4410e0d5a6ae62be9f8182 (diff)
Update dir-locals
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el20
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