rust linting

This commit is contained in:
2026-09-02 16:29:47 +02:00
parent 694a305855
commit a050d87439
4 changed files with 36 additions and 22 deletions
@@ -20,6 +20,7 @@ return {
markdown = { "prettier" },
sh = { "shfmt" },
bash = { "shfmt" },
rust = { "rustfmt" },
},
})