.
This commit is contained in:
parent
b4f16a8c77
commit
5121a0af02
1 changed files with 1 additions and 1 deletions
2
init.lua
2
init.lua
|
|
@ -663,7 +663,7 @@ require('lazy').setup({
|
|||
end,
|
||||
formatters_by_ft = {
|
||||
-- Conform can also run multiple formatters sequentially
|
||||
python = { "isort", "black" },
|
||||
python = { 'black' },
|
||||
--
|
||||
-- You can use a sub-list to tell conform to run *until* a formatter
|
||||
-- is found.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue