about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2024-06-27 11:44:12 +0200
committerAlan Pearce2024-06-27 11:44:12 +0200
commita822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd (patch)
treef314cee2b1d4279c29f5ba9dcaa39314b78c8338
parente500a1089797eee1b027d5237b2e4f140004098c (diff)
downloadsearchix-a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd.tar.lz
searchix-a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd.tar.zst
searchix-a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd.zip
build: remove formatter for go template files
-rw-r--r--.dir-locals.el3
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))))