diff options
| author | williambotman[bot] <107473453+williambotman@users.noreply.github.com> | 2023-02-02 11:02:54 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-02 10:02:54 +0000 |
| commit | 24846a00941ec020c8addc7f52040a1b2fc12174 (patch) | |
| tree | 5f23246920dadcab951abe09e76e5ef34b359da8 /PACKAGES.md | |
| parent | feat(registry): add google-java-format (#958) (diff) | |
| download | mason-24846a00941ec020c8addc7f52040a1b2fc12174.tar mason-24846a00941ec020c8addc7f52040a1b2fc12174.tar.gz mason-24846a00941ec020c8addc7f52040a1b2fc12174.tar.bz2 mason-24846a00941ec020c8addc7f52040a1b2fc12174.tar.lz mason-24846a00941ec020c8addc7f52040a1b2fc12174.tar.xz mason-24846a00941ec020c8addc7f52040a1b2fc12174.tar.zst mason-24846a00941ec020c8addc7f52040a1b2fc12174.zip | |
chore: update generated code (#962)
Diffstat (limited to 'PACKAGES.md')
| -rw-r--r-- | PACKAGES.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/PACKAGES.md b/PACKAGES.md index a22e62be..d279cbc9 100644 --- a/PACKAGES.md +++ b/PACKAGES.md @@ -101,6 +101,7 @@ - [golangci-lint-langserver](#golangci-lint-langserver) - [golines](#golines) - [gomodifytags](#gomodifytags) +- [google-java-format](#google-java-format) - [gopls](#gopls) - [gotests](#gotests) - [gotestsum](#gotestsum) @@ -2280,6 +2281,25 @@ Categories: ``` +# google-java-format + +> google-java-format is a program that reformats Java source code to comply with Google Java Style. + +Homepage: [https://github.com/google/google-java-format](https://github.com/google/google-java-format) +Languages: `Java` +Categories: `Formatter` + +<details> + <summary>History:</summary> + +- [`07de1d1`](https://github.com/williamboman/mason.nvim/commit/07de1d1) 2023-02-01 - feat(registry): add google-java-format ([#958](https://github.com/williamboman/mason.nvim/issues/958)) by Jay Patel +</details> + +``` +:MasonInstall google-java-format +``` + + # gopls > gopls (pronounced "Go please") is the official Go language server developed by the Go team. It provides IDE |
