Remove empty lines in eclipse code editor by find/replace (Ctrl+F)

前端 未结 7 1121
轻奢々
轻奢々 2020-12-31 15:21

I want to remove all blank lines from my code by find/replace method in eclipse code editor.

I used regular expression \\n\\s*\\n to find all blank lin

7条回答
提交回复
热议问题