add taplo as toml formatter

This commit is contained in:
ulic-youthlic 2025-01-15 16:48:38 +08:00
parent e3e25560ca
commit 85aa8b1ae0
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -67,6 +67,16 @@
};
};
language = [
{
name = "toml";
formatter = {
command = "taplo";
args = [
"fmt"
"-"
];
};
}
{
name = "markdown";
formatter = {