update to latest
This commit is contained in:
parent
e3a11a0ba5
commit
831cd284aa
10 changed files with 236 additions and 44 deletions
|
|
@ -31,11 +31,11 @@ return { -- Autoformat
|
|||
}
|
||||
end,
|
||||
formatters_by_ft = {
|
||||
java = { 'google-java-format' },
|
||||
terraform = { 'terraform_fmt' },
|
||||
xml = { 'xmlformatter', 'prettier' },
|
||||
lua = { 'stylua' },
|
||||
-- Conform can also run multiple formatters sequentially
|
||||
python = { 'isort', 'black' },
|
||||
--
|
||||
-- You can use 'stop_after_first' to run the first available formatter from the list
|
||||
javascript = { 'prettierd', 'prettier', stop_after_first = true },
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue