This commit is contained in:
Belal Elsabbagh
2025-07-12 19:20:04 +03:00
parent e1f8357d14
commit 4a42fd1467
3 changed files with 24 additions and 1 deletions

View File

@@ -20,7 +20,7 @@ return {
},
formatters_by_ft = {
lua = { 'stylua' },
astro = { 'prettier' },
go = { 'gofmt' },
python = { 'ruff' },
javascript = { 'biome', 'prettier', stop_after_first = true },