fix(helix): java formatter

This commit is contained in:
Ahurac 2024-11-19 10:08:26 +01:00
parent 7ab0c189b4
commit 7accc54935

View file

@ -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";