mirror of
https://github.com/belsabbagh/dotfiles.git
synced 2026-04-11 01:26:46 +00:00
formatter fallback
This commit is contained in:
@@ -26,7 +26,7 @@ return {
|
|||||||
formatters_by_ft = {
|
formatters_by_ft = {
|
||||||
lua = { 'stylua' },
|
lua = { 'stylua' },
|
||||||
go = { 'gofmt' },
|
go = { 'gofmt' },
|
||||||
python = { 'ruff' },
|
python = { 'ruff', "black", stop_after_first = true},
|
||||||
javascript = { 'biome', 'prettier', stop_after_first = true },
|
javascript = { 'biome', 'prettier', stop_after_first = true },
|
||||||
typescript = { 'biome', 'prettier', stop_after_first = true },
|
typescript = { 'biome', 'prettier', stop_after_first = true },
|
||||||
html = { 'biome', 'prettier', stop_after_first = true },
|
html = { 'biome', 'prettier', stop_after_first = true },
|
||||||
|
|||||||
Reference in New Issue
Block a user