Update 2024-07-13

This commit is contained in:
2024-07-13 12:16:03 +03:00
parent fe927a0e6c
commit 8b61c3654a
26 changed files with 357 additions and 283 deletions

View File

@@ -15,7 +15,7 @@ return {
opts = {
formatters_by_ft = {
lua = { "stylua" },
python = { "auto_optional", "ruff", "ruff_fix", "ruff_organize_imports" },
python = { "ruff", "ruff_fix", "ruff_organize_imports" },
go = { "goimports", "gofmt" },
javascript = js,
javascriptreact = js,