Awesome
vs-trim-line-ends-on-save-plugin
Visual Studio plugin to trim line ends on save. Retains cursor and scroll position.
Allows also to enforce line ending format via settings page:
Options:
Windows
- \r\nUnix
- \r\nVisualStudio
- uses the Environment.NewLineCurrent
- keeps line endings encountered in the file
By default uses the VisualStudio
option.
Usage
Install the .VSIX plugin which can be found in the .\binary\Release\
folder
TODO
- Interface to limit file types
- Option to enable/disable the plugin via menu interface
- memory optimisation