Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mcdonnell-john/nb-google-java-code-formatter-plugin
- Owner: mcdonnell-john
- License: apache-2.0
- Created: 2019-11-18T21:50:15.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T19:51:36.000Z (over 3 years ago)
- Last Synced: 2024-08-04T11:01:33.786Z (4 months ago)
- Language: Java
- Size: 173 KB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-netbeans - NetBeans Google Java Code Formatter Plugin - Allows to format your Java code following Google style guide. (:electric_plug: Plugins <a name="plugins"></a> / Formatting)
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).