Skip to content

Instantly share code, notes, and snippets.

@sudipbd
Created October 2, 2023 18:00
Show Gist options
  • Save sudipbd/3250c33d53de744f4a41b755cb75ce0b to your computer and use it in GitHub Desktop.
Save sudipbd/3250c33d53de744f4a41b755cb75ce0b to your computer and use it in GitHub Desktop.
Remove empty lines in sublime text
CTRL+H (Search and Replace)
Search: ^[\s]*?[\n\r]+
**Regular Expression must be on
Replace: with on space
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment