diff options
Diffstat (limited to '.dir-locals.el')
-rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index 268db89..02a101d 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -1,5 +1,4 @@ ;;; Directory Local Variables -*- no-byte-compile: t -*- ;;; For more information see (info "(emacs) Directory Variables") -((go-ts-mode . ((apheleia-formatter . golines))) - (web-mode . ((apheleia-formatter . prettier-gotmpl)))) +((go-ts-mode . ((apheleia-formatter . golines)))) |