This commit is contained in:
Armando D. Galiati 2024-07-02 21:57:10 -03:00
parent b4f16a8c77
commit 5121a0af02
1 changed files with 1 additions and 1 deletions

View File

@ -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.