chore: remove jsonnet and add luafmt

Signed-off-by: jolheiser <john.olheiser@gmail.com>
jenkins
jolheiser 2023-08-19 22:30:34 -05:00
parent 1468fb2ef5
commit ba9f6855de
Signed by: jolheiser
GPG Key ID: B853ADA5DA7BBF7A
1 changed files with 7 additions and 8 deletions

View File

@ -151,20 +151,19 @@
};
languages = {
language = [
{
name = "jsonnet";
auto-format = true;
formatter = {
command = "jsonnetfmt";
args = ["-"];
};
}
{
name = "go";
formatter = {
command = "gofumpt";
};
}
{
name = "lua";
formatter = {
command = "luafmt";
args = ["--stdin"];
};
}
{
name = "python";
auto-format = true;