Sublime Text 2: How to delete blank/empty lines

前端 未结 19 1567
北恋
北恋 2020-12-12 09:02

Let\'s say I had a text file with the following nine lines:

foo

bar

baz

qux

quux

How can I use Sublime Text 2 to remove all four of the

19条回答
  •  暖寄归人
    2020-12-12 09:17

    There are also some ST2/ST3 Plugins for such tasks. I do like these two:

    • Delete Blank Lines (also available via Package Control)
    • Trailing Spaces (also available via Package Control)

    The first one has two methods for removing empty/unnecessary lines. One of them called Delete Surplus Blank Lines which is cool. It removes only those lines that are followed by another empty line

提交回复
热议问题