mirror of
https://github.com/vale981/apheleia
synced 2025-03-04 17:11:40 -05:00
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:
parent
e944e24584
commit
da31e1b7f3
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue