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 = {
|
languages = {
|
||||||
language = [
|
language = [
|
||||||
{
|
|
||||||
name = "jsonnet";
|
|
||||||
auto-format = true;
|
|
||||||
formatter = {
|
|
||||||
command = "jsonnetfmt";
|
|
||||||
args = ["-"];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
{
|
{
|
||||||
name = "go";
|
name = "go";
|
||||||
formatter = {
|
formatter = {
|
||||||
command = "gofumpt";
|
command = "gofumpt";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
name = "lua";
|
||||||
|
formatter = {
|
||||||
|
command = "luafmt";
|
||||||
|
args = ["--stdin"];
|
||||||
|
};
|
||||||
|
}
|
||||||
{
|
{
|
||||||
name = "python";
|
name = "python";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
|
|
Loading…
Reference in New Issue