Sublime Forum

Strange character duplicate empty lines

#1

Hi all,

if I open a file with EditPlus at the end of each line appears a little square, I’m sure this is a strange EOL character.

If I open the same file with SublimeText 2 the file has each empty line duplicated: so I think ST2 think the file has two EOL character.

Is there a way to solve this?

0 Likes

#2
  1. In editplus, change the line endings
  2. In Sublime Text, do a regex search for “\n\n” and delete them all.
0 Likes

#3

Hi adzenith,

great it works, but it’s not needed to delete all, a simple replace with “\n” do the job.

Thanks.

0 Likes