Created
October 2, 2023 18:00
-
-
Save sudipbd/3250c33d53de744f4a41b755cb75ce0b to your computer and use it in GitHub Desktop.
Remove empty lines in sublime text
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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