diff options
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 71f9481..0309516 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -4,4 +4,5 @@ (expand-file-name "contrib/emacs" (locate-dominating-file default-directory "contrib/emacs"))) - (require 'mintage-mode)))))) + (require 'mintage-mode))))) + (go-ts-mode . ((require-final-newline . t))))
\ No newline at end of file |