atom / line-ending-selector

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

Intelligent defaults based on mimetype #54

Closed mcandre closed 6 years ago

mcandre commented 6 years ago

The current settings menu for line-ending-selector is fairly flexible, allowing users to default to either UNIX-style LF line endings, or Windows-style CRLF line endings for new text files. However, I think we can do better:

This way, users can be sure to use an appropriate line ending format for critical file types, while using their preferential default of LF/CRLF for non-specific files (*.txt, *.md, *.py, etc.)

ghost commented 6 years ago

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