This commit is contained in:
Guðmundur Bjarki Sigurðsson 2024-03-27 00:13:27 +00:00
parent 219ab94804
commit 94403559fc
7 changed files with 82 additions and 21 deletions

View file

@ -15,7 +15,7 @@ return { -- Autoformat
formatters_by_ft = {
lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
python = { "isort", "black" },
--
-- You can use a sub-list to tell conform to run *until* a formatter
-- is found.