uncommented python formatting tools

pull/1520/head
Diego Miguel M. Villamil 10 months ago
parent 8378e8069b
commit ad45b137cb

@ -700,7 +700,7 @@ require('lazy').setup({
formatters_by_ft = {
lua = { 'stylua' },
-- Conform can also run multiple formatters sequentially
-- python = { "isort", "black" },
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…
Cancel
Save