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

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

Awesome Lists containing this project

README

          

[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](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.
```