build: remove formatter for go template files
Alan Pearce alan@alanpearce.eu
Thu, 27 Jun 2024 11:44:12 +0200
1 files changed, 1 insertions(+), 2 deletions(-)
jump to
M .dir-locals.el → .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))))