gulp-eol-enforce is a simple Gulp plugin which tests the line endings of files. For example, if you prefer Linux-style line endings, this plugin will throw an error if any files contain Windows line endings. This is particularly useful when used as a pre-commit hook.
Page