summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-01-01 11:08:41 +0100
committerThomas Voss <mail@thomasvoss.com> 2025-01-01 11:08:41 +0100
commit8686745694c6dd6d580656fac7fc608cb4404ebd (patch)
tree0ed5432bb8de262ecef8e424be837d8b203d8d46
parentc6b35e190a8fa1fe1c609106e5d2b3bc206a6f08 (diff)
Set ‘comment-continue’
-rw-r--r--.dir-locals.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
index bca53a5..d8584cc 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -7,5 +7,6 @@
(require 'mintage-mode)))))
(go-ts-mode . ((comment-start . "/* ")
(comment-end . " */")
+ (comment-continue . " ")
(require-final-newline . t)))
(mhtml-mode . ((fill-column . 79)))) \ No newline at end of file