steelbrain / ucompiler-plugin-newline

A ucompiler plugin that ensures line feed at the end of file

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

UCompiler-Plugin-newline

This package makes sure that your files always end with a newline. It replaces CRLF with LF too.

How to Use

You first need to add ucompiler-plugin-newline to your devDependencies within your package.json, then simply add "newline" to the plugins field in your .ucompiler rule.

License

This project is licensed under the terms of MIT License

About

A ucompiler plugin that ensures line feed at the end of file

License:MIT License


Languages

Language:JavaScript 100.0%