Add Blank Lines Between Each Lines in Notepad++

If you want to add a blank i.e. new line after each line in a text file, you can do it with Notepad++ find and replace option,

  1. Go to Find and Replace
  2. Search mode type : /n
  3. Find what : /n
  4. Replace with : /n/n
  5. Select mode : Extended

1. Open text file in Notepad++

Load your text fine with Notepad++. Now press Ctrl+F to open Find and Replace box. Select the Replace box.

How to add a blank line after every line Notepad++
How to add a blank line after every line Notepad++

Comments & Discussion

Facing issues? Have questions? Post them here! We're happy to help!