diff options
author | Alan Pearce | 2024-06-27 11:44:12 +0200 |
---|---|---|
committer | Alan Pearce | 2024-06-27 11:44:12 +0200 |
commit | a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd (patch) | |
tree | f314cee2b1d4279c29f5ba9dcaa39314b78c8338 /.dir-locals.el | |
parent | e500a1089797eee1b027d5237b2e4f140004098c (diff) | |
download | searchix-a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd.tar.lz searchix-a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd.tar.zst searchix-a822c88c9bd6dddcdc9e096ef2bbee828c5cc5cd.zip |
build: remove formatter for go template files
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)))) |