little bit overhaul here and there :))

This commit is contained in:
2026-03-21 15:55:58 +01:00
parent 37e4ba19f8
commit 650ef78405
19 changed files with 601 additions and 428 deletions

View File

@@ -34,17 +34,17 @@ return {
},
formatters_by_ft = {
lua = { 'stylua' },
python = { 'black' },
javascript = { 'biome', 'prettier', stop_after_first = true },
typescript = { 'biome', 'prettier', stop_after_first = true },
lua = { 'stylua' },
python = { 'black' },
javascript = { 'biome', 'prettier', stop_after_first = true },
typescript = { 'biome', 'prettier', stop_after_first = true },
javascriptreact = { 'biome', 'prettier', stop_after_first = true },
typescriptreact = { 'biome', 'prettier', stop_after_first = true },
json = { 'biome', 'prettier', stop_after_first = true },
html = { 'prettier' },
css = { 'prettier' },
graphql = { 'prettier' },
yaml = { 'yamlfmt' },
json = { 'biome', 'prettier', stop_after_first = true },
html = { 'prettier' },
css = { 'prettier' },
graphql = { 'prettier' },
yaml = { 'yamlfmt' },
},
},
}