added default elixir formatter (#934)

This commit is contained in:
Tiberiu Craciun 2021-07-14 18:06:07 +03:00 committed by GitHub
parent 1a26b973d1
commit 623c2e62b5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 22 additions and 1 deletions

View file

@ -123,7 +123,13 @@ O = {
efm = {},
elm = {},
emmet = { active = false },
elixir = {},
elixir = {
formatter = {
exe = "mix",
args = { "format" },
stdin = true,
},
},
graphql = {},
go = {
formatter = {