palantir / palantir/palantir-java-format
Provide a CLI binary like google-java-format for easy integration into other editors
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 907
- Forks
- 101
- Avg merge
- 1d 3h
- Merged PRs (30d)
- 19
Description
With jdtls having become quite good it is more and more common to write java in editors other than intellij and eclipse. It is easy to automate formatting when the formatter can be run in CLI-mode like google-java-format can. Having a binary version of the formatter would make it easy to integrate into neovim and other editors.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue does not name files, tests, or an entry point. Start by reviewing how the formatter is currently distributed and invoked, then determine the CLI integration surface; done means editors such as Neovim can run the formatter through a usable binary.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- cli, tooling
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100