Update 2025-07-22

This commit is contained in:
2025-07-22 20:42:04 +03:00
parent 57dbf50354
commit 1eaca23cd5
3 changed files with 3 additions and 2 deletions

View File

@@ -31,7 +31,7 @@ return {
python = { "ruff_format", "ruff_fix", "ruff_organize_imports", "docformatter" },
rust = { "rustfmt", "leptosfmt", "yew-fmt" },
scss = { "prettier" },
sql = { "pg_format" },
sql = { "sqruff" },
toml = { "taplo" },
typescript = js,
typescriptreact = js,