Notepad++ Add a line break after html closing bracket

Description

  1. Open notePad++
  2. Open Find window Ctrl+F
  3. Switch to Replace Tab
  4. Choose Search Mode to Extended
  5. Type } in Find What field
  6. Type }\n  in Replace with field
  7. Hit Replace All and a new line will be added, hit replace all again for additional lines


Post Categories