atom / line-ending-selector

Switch between Unix and Window style line endings.
MIT License
33 stars 18 forks source link

Allow Normalize File EOL's On Save #36

Closed NodeJoSe closed 6 years ago

NodeJoSe commented 7 years ago

Hello! im having some trouble with atom-beautify changing my line ending format from lf to crlf and vice versa, depending if im using jsbeautify or prettydiff.

I managed to solve the issue by using "Normalize File EOL's On Save" feature of the "line-ending-converter" package, but that package is not maintained because we have line ending selector now :)

We should add this feature on the line-ending-selector package!

bronson commented 7 years ago

Apologies for not understanding... If jsbeautify or prettydiff are changing your line endings, isn't that an issue with those packages?

walterdeboer commented 6 years ago

I guess the bug is for those packages, but the feature is missing in line-ending-selector, so that sounds like a feature request :-)

ghost commented 6 years ago

This issue was moved by jasonrudolph to atom/atom#18243.