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

https://github.com/junichi11/netbeans-change-lf

Change line endings on save.
https://github.com/junichi11/netbeans-change-lf

line-endings netbeans netbeans-plugin

Last synced: about 1 month ago
JSON representation

Change line endings on save.

Awesome Lists containing this project

README

        

# Change Line Endings on Save Plugin
Change line endings plugin for NetBeans 7.3+

## Feature
This plugin changes line endings of files to the specified line endings when saving the file.

## Options

Tools > Options > Editor > Line Endings

- Enable adjusting the line endings
- Line ending kind: LF, CRLF, CR
- Show confirmation dialog before adjusting the line endings

If you check "Enable adjusting the line endings", the line endings of files will be adjusted to
the specified value when they are saved. If you check the third option and the line endings of
a file is not the specified line ending, a confirmation dialog is displayed before changing the
line endings of the file.

## Donation

- https://github.com/sponsors/junichi11

## License
[Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2](http://netbeans.org/cddl-gplv2.html)