feat: temporarily added nix_fmt as the primary java formatter

This commit is contained in:
Ceferino Patino 2025-09-29 13:50:15 -05:00
commit 8e80107355
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -63,6 +63,10 @@ in {
__unkeyed-2 = "prettier";
stop_after_first = true;
};
java = {
__unkeyed-1 = "nix_fmt";
stop_after_first = true;
};
lua = {
__unkeyed-1 = "stylua";
};