Use shfmt for bash instead of sh.

Similar reason as previous commit;
3eeff04c9b, use `shellcheck` for `bash`
instead of `sh`.
`sh` files get their filetype set to `bash`, for treesitter to function
properly.
This commit is contained in:
2026-02-03 20:24:01 +01:00
parent 69b4ac5ca7
commit 311c317e00

View File

@@ -10,7 +10,7 @@ require('conform').setup({
typescript = { 'clang-format', lsp_format = "first" },
css = { 'clang-format' },
rust = { 'rustfmt' },
sh = { 'shfmt' },
bash = { 'shfmt' },
python = { 'isort' },
-- json = { 'jq' },
-- yaml = { 'yq' },