https://github.com/junichi11/netbeans-nonewline-resolver
Add a newline to EOF on save if it doesn't exist
https://github.com/junichi11/netbeans-nonewline-resolver
netbeans netbeans-plugin
Last synced: 9 months ago
JSON representation
Add a newline to EOF on save if it doesn't exist
- Host: GitHub
- URL: https://github.com/junichi11/netbeans-nonewline-resolver
- Owner: junichi11
- License: other
- Created: 2017-08-09T04:25:10.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T23:25:56.000Z (almost 5 years ago)
- Last Synced: 2025-07-11T15:53:55.434Z (11 months ago)
- Topics: netbeans, netbeans-plugin
- Language: Java
- Homepage: https://plugins.netbeans.apache.org/catalogue/?id=33
- Size: 39.1 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
[](https://opensource.org/licenses/Apache-2.0)
## NetBeans No Newline Resolver
This plugin adds a newline to EOF on save if it doesn't exist.
### Options
Tools > Options > Miscellaneous > No Newline Resolver
- `Enabled`: Checked by default
* `Add a newline to EOF if it doesn't exist` : Checked by default
* `Leave one newline if there are over two newlines before EOF`
* `Don't add a newline in empty files`
### Downloads
- https://github.com/junichi11/netbeans-nonewline-resolver/releases
### Donation
- https://github.com/sponsors/junichi11
### License
The Apache License, Version 2.0
```
Copyright 2021 junichi11.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```