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";
|
||||
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";
|
||||
|
|
Loading…
Reference in a new issue