formatter fallback

This commit is contained in:
Belal Elsabbagh
2025-12-30 17:01:50 +02:00
parent 5fc1a4af29
commit 7721ab728a

View File

@@ -26,7 +26,7 @@ return {
formatters_by_ft = {
lua = { 'stylua' },
go = { 'gofmt' },
python = { 'ruff' },
python = { 'ruff', "black", stop_after_first = true},
javascript = { 'biome', 'prettier', stop_after_first = true },
typescript = { 'biome', 'prettier', stop_after_first = true },
html = { 'biome', 'prettier', stop_after_first = true },