Postleaf / postleaf

Simple, beautiful publishing with Node.js.
https://www.postleaf.org/
MIT License
504 stars 204 forks source link

Converted line endings to LF from CRLF #36

Closed derekbtw closed 7 years ago

derekbtw commented 7 years ago

Pull Request Summary

Install and build were failing on Windows because of the line endings. Now install/build are successful. The reason I deleted lines is because GitHub doesn't recognize changing line endings as a file modification so it wouldn't let me make a pull request.. weird.


All code contributions are subject to the terms of the Contributor License Agreement described in CONTRIBUTING.md.

claviska commented 7 years ago

The entire project uses line feeds as defined in .editorconfig. I'd like to determine why this is happening and how it can be avoided without having to change .editorconfig (because it will affect every other file in the project).

As is, the changes proposed in this PR will be overwritten the next time the file is saved with a supportive editor.