chore: workflow improvments

This commit is contained in:
Maurice Grönwoldt 2026-01-05 21:22:45 +01:00
commit c86613b65b
No known key found for this signature in database
GPG key ID: FBB005FE74FEF996
6 changed files with 91 additions and 25 deletions

View file

@ -11,6 +11,7 @@ return {
rust = { "rustfmt", lsp_format = "fallback" },
java = { "spotless", "google-java-format" },
lua = { "stylua" },
php = { "php_cs_fixer", lsp_format = "fallback", stop_after_first = true },
cpp = { "clang-format" },
},
formatters = {