feat(helix): add shfmt support

This commit is contained in:
Ahurac 2024-10-07 13:49:21 +02:00
parent 0b002d73ac
commit 50f210e6b0

View file

@ -85,6 +85,11 @@
auto-format = true;
formatter.command = "clang-format";
}
{
name = "bash";
auto-format = true;
formatter.command = "shfmt";
}
];
};