Helix: add config for sqlformat

This commit is contained in:
Filippo Berto 2025-08-17 18:08:22 +02:00
parent eb79e85eee
commit f8e14c90f6
Signed by: bertof
GPG key ID: 9DBF7E6A1D2CE9ED

View file

@ -22,8 +22,13 @@
}
{
name = "typst";
auto-format = true;
formatter.command = "typstyle";
auto-format = true;
}
{
name = "sql";
formatter.command = "sql-formatter";
auto-format = true;
}
];
languages.language-server = {