Helix: add config for sqlformat
This commit is contained in:
parent
eb79e85eee
commit
f8e14c90f6
1 changed files with 6 additions and 1 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue