How to use LF for line endings in Zend Studio 8/9 or on Eclipse in Windows 7

I need to use Unix Style line endings (LF only) in Zend Studio 8/9 or in Eclipse on Windows, how do I do this?

+3
source share
1 answer

To create new files with the end of the Unix line, select Window> Preferences> General> Workspace> Text File Line Separator> Unix.

To convert existing lines to Unix style, do File> Convert Line Delimiters to> Unix.

UPDATE. , , File > Convert Line Delimiters > Unix. , , , .

+6

All Articles