0

When doing formatting is there an options to control and reduce spaces in blocks ?
enter image description here

bsmall
  • 187
  • 1
  • 1
  • 11

1 Answers1

0

You can try the following steps to reduce extra blank lines.

First, please use hot key Ctrl+H to open replace function box.

Second, please select the code you want to format.

Third, please choose Use regular expression and Selection.

enter image description here

Finally, please input (?<=\r\n)\r\n in the find box and click the Replace all.

enter image description here

Jack J Jun
  • 5,633
  • 1
  • 9
  • 27