mirror of https://git.jolheiser.com/dotnix.git
chore: remove jsonnet and add luafmt
Signed-off-by: jolheiser <john.olheiser@gmail.com>teamcity
parent
1468fb2ef5
commit
ba9f6855de
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue