fix(helix): java formatter
This commit is contained in:
parent
7ab0c189b4
commit
7accc54935
1 changed files with 4 additions and 1 deletions
|
@ -116,7 +116,10 @@
|
||||||
{
|
{
|
||||||
name = "java";
|
name = "java";
|
||||||
auto-format = true;
|
auto-format = true;
|
||||||
formatter.command = "${pkgs.google-java-format}/bin/google-java-format";
|
formatter = {
|
||||||
|
command = "${pkgs.google-java-format}/bin/google-java-format";
|
||||||
|
args = [ "-" ];
|
||||||
|
};
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
name = "rust";
|
name = "rust";
|
||||||
|
|
Loading…
Reference in a new issue