Skip to content

Commit e1b494f

Browse files
committed
Use mix as default formatter for elixir ecosystem
1 parent cb59abb commit e1b494f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

lua/plugins/conform.lua

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@ return { -- Autoformat
3030
end,
3131
formatters_by_ft = {
3232
lua = { 'stylua' },
33+
elixir = { 'mix' },
34+
eelixir = { 'mix' },
35+
heex = { 'mix' },
36+
surface = { 'mix' },
3337
-- Conform can also run multiple formatters sequentially
3438
-- python = { "isort", "black" },
3539
--

0 commit comments

Comments
 (0)