# google-java-format

[**google-java-format**](https://github.com/google/google-java-format#readme) is a linter for Java.

You can enable the google-java-format linter with:

```shell
trunk check enable google-java-format
```

## Auto Enabling

google-java-format will never be auto-enabled. It must be enabled manually.

## Links

* [google-java-format site](https://github.com/google/google-java-format#readme)
* google-java-format Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/google-java-format)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
