From 8686745694c6dd6d580656fac7fc608cb4404ebd Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 1 Jan 2025 11:08:41 +0100 Subject: Set ‘comment-continue’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dir-locals.el | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.2.3