Remove go-mod-ts-mode from apheleia-mode-alist (#214)

go-mod-ts-mode is used with go.mod files. These cannot be formatted with
gofmt; attempting to do so will lead to an error anyway. Note that also
the goimports tool won’t work with go.mod files.

Co-authored-by: Andreas Kurth <andreas.kurth@ionos.com>
This commit is contained in:
Andreas Kurth 2023-09-30 10:32:06 +02:00 committed by GitHub
parent e944e24584
commit da31e1b7f3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -241,7 +241,6 @@ rather than using this system."
(elm-mode . elm-format)
(fish-mode . fish-indent)
(go-mode . gofmt)
(go-mod-ts-mode . gofmt)
(go-ts-mode . gofmt)
(graphql-mode . prettier-graphql)
(haskell-mode . brittany)