working version after update
This commit is contained in:
parent
a963cb7284
commit
00ed47465d
17 changed files with 288 additions and 158 deletions
|
|
@ -1,9 +1,7 @@
|
|||
require('conform').setup {
|
||||
formatters_by_ft = {
|
||||
lua = { 'stylua' },
|
||||
-- Conform will run multiple formatters sequentially
|
||||
python = { 'isort', 'black' },
|
||||
-- Use a sub-list to run only the first available formatter
|
||||
javascript = { { 'prettierd', 'prettier' } },
|
||||
javascriptreact = { { 'prettier' } },
|
||||
typescriptreact = { { 'prettier' } },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue