feat: temporarily added nix_fmt as the primary java formatter
This commit is contained in:
parent
e294ad78d9
commit
8e80107355
1 changed files with 4 additions and 0 deletions
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue