all repos — searchix @ a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd

Search engine for NixOS, nix-darwin, home-manager and NUR users

build: remove formatter for go template files
Alan Pearce alan@alanpearce.eu
Thu, 27 Jun 2024 11:44:12 +0200
commit

a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd

parent

e500a1089797eee1b027d5237b2e4f140004098c

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))))