feat: add elixir stuff
This commit is contained in:
parent
9f931b563f
commit
667b7a9db3
4 changed files with 189 additions and 0 deletions
|
|
@ -2,6 +2,7 @@ local conform = require("conform")
|
|||
|
||||
local formatters_by_ft = {
|
||||
["*"] = { "codespell", "trim_whitespace" },
|
||||
elixir = { "mix" },
|
||||
gleam = { "gleam" },
|
||||
go = { "gofmt" },
|
||||
json = { "jq" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue