diff options
-rw-r--r-- | .dir-locals.el | 1 |
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 |