little bit overhaul here and there :))
This commit is contained in:
@@ -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' },
|
||||
},
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user