Page 1 of 1

LIne Termination

PostPosted: July 31st, 2017, 10:56 am
by Kryptryx
Using 1.24 with vs 2017 community
Line termination is set to LF, but this appears to have no effect. The file is always saved with CRLF.
I remember that this was working with vs 2015

Re: LIne Termination

PostPosted: November 24th, 2017, 1:16 pm
by Kryptryx
Partially working now with version 1.25.10428.2017, VS 2017 (15.4.4)

If I format the file, then save and close the file, it will have CRLF termination.

If I then reopen the file from Solution Explorer, immediately all lines show that they have been modified. I then save that file, and it has the correct line termination (LF).

It appears to be changing the line termination on file open, not file close. Not useful since I need to reopen all my files after they are closed to get the changes.