Update 2025-07-22

This commit is contained in:
Kristofers Solo 2025-07-22 20:42:04 +03:00
parent 57dbf50354
commit 1eaca23cd5
Signed by: kristoferssolo
GPG Key ID: 8687F2D3EEE6F0ED
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,

View File

@ -10,6 +10,7 @@ return {
typescriptreact = js,
python = { "mypy" },
htmldjango = { "djlint" },
sql = { "sqruff" },
lua = { "selene" },
cmake = { "cmakelint" },
["*"] = { "codespell", "typos" },

View File

@ -14,7 +14,7 @@ return {
end,
settings = {
["rust-analyzer"] = {
--- https://github.com/rust-lang/rust-analyzer/blob/master/docs/user/generated_config.adoc
--- https://rust-analyzer.github.io/book/configuration.html
cargo = {
features = "all",
extraEnv = { RUSTC_WRAPPER = "sccache" },