I assume you're talking about an HTML file, and how it is displayed in the browser? If so, that's just how HTML works. As far as I know, there isn't any way to have a new line without showing a space.
Or did you mean something else? Not sure what you mean about the delimiter, so perhaps I have misunderstood.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Let's say I use a semicolon as my delimiter.
In Notepad++, the following line:
blahblahblahblahblahblahblahblahblahblahblahblah;
is transformed into:
blahblahblahblahblahblah blahblahblahblahblahblah;
if I use:
blahblahblahblahblahblah[CR]
blahblahblahblahblahblah;
Is there a setting for the carriage return, so it won't occupy a space at the end of my first line?
I assume you're talking about an HTML file, and how it is displayed in the browser? If so, that's just how HTML works. As far as I know, there isn't any way to have a new line without showing a space.
Or did you mean something else? Not sure what you mean about the delimiter, so perhaps I have misunderstood.