Skip to content

Commit 4097391

Browse files
authored
feat(code-formatting): add code formatting section
1 parent 829faad commit 4097391

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ We are evaluating to make this the default, you can provide feedback here in [#1
2323
- [Cloud](#cloud)
2424
- [Code Analysis](#code-analysis)
2525
- [Code Coverage](#code-coverage)
26+
- [Code Formatting](#code-formatting)
2627
- [Code Generators](#code-generators)
2728
- [Compiler-compiler](#compiler-compiler)
2829
- [Computer Vision](#computer-vision)
@@ -230,6 +231,14 @@ _Frameworks and tools that enable code coverage metrics collection for test suit
230231
- [Delta Coverage](https://github.com/gw-kit/delta-coverage-plugin) - Computes code coverage of new and modified code based on a provided diff, supporting JaCoCo and IntelliJ coverage engines.
231232
- [JaCoCo](https://www.eclemma.org/jacoco/) - Framework that enables collection of code coverage metrics, using both offline and runtime bytecode instrumentation.
232233

234+
### Code Formatting
235+
236+
_Tools that format or restructure Java source code._
237+
238+
- [google-java-format](https://github.com/google/google-java-format) - Reformats Java source code to follow Google Java Style.
239+
- [JHarmonizer](https://github.com/lemon-ant/JHarmonizer) - Safely reorders Java source code with configurable rules and Palantir Java Format.
240+
- [Palantir Java Format](https://github.com/palantir/palantir-java-format) - Formatter based on google-java-format with wider lines and lambda-friendly output.
241+
233242
### Code Generators
234243

235244
_Tools that generate patterns for repetitive code in order to reduce verbosity and error-proneness._

0 commit comments

Comments
 (0)