added sql formatter

This commit is contained in:
foxora 2026-03-16 08:43:25 +00:00
parent f6e3fa6a86
commit 5c93afcb2b
2 changed files with 6 additions and 0 deletions

View file

@ -103,6 +103,9 @@ in {
bash = {
lsp = [bash-language-server];
};
sql = {
format = [sqlfluff];
};
};
};
@ -300,6 +303,8 @@ in {
toml.format = true;
bash.lsp = true;
sql.format = true;
};
};
};