Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mcdonnell-john/nb-google-java-code-formatter-plugin


https://github.com/mcdonnell-john/nb-google-java-code-formatter-plugin

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

        

# NetBeans Google Java Code Formatter Plugin
A NetBeans Plugin that formats code upon saving to adhere to the Google Java Code Style Guide.

[![Actions Status](https://github.com/mcdonnell-john/nb-google-java-code-formatter-plugin/workflows/Build/badge.svg)](https://github.com/mcdonnell-john/nb-google-java-code-formatter-plugin/actions) ![GitHub](https://img.shields.io/github/license/mcdonnell-john/nb-google-java-code-formatter-plugin)

**Note** the current release(1.0.0) is currently not in the NetBeans Plugin Portal, as I want to fix a few issues first before submitting it to the Portal for wider use.

### Enabling Google Style Guide Formatting
With the plugin installed, a new Project menu item will appear in a Project Properties dialog under the Formatting category.
![Project Properties Page](/docs/images/project-properties.png)
Enabling this checkbox will cause the file you save to be formatted with the [Google Java Style Guidelines](https://google.github.io/styleguide/javaguide.html).