方法:1
CTRL+H打开replace功能,勾选上左侧的regular expression,并填写
find what栏 : \s+$ (正则表达式)
replace with栏 : (这行留空)
find what栏 : \s+$
replace with栏 : (这行留空)
接着点replace all即可
CTRL+H打开replace功能,勾选上左侧的regular expression,并填写
find what栏 : \s+$ (正则表达式)
replace with栏 : (这行留空)
接着点replace all即可
方法:2
CTRL+H打开replace功能,勾选上左侧的regular expression,并填写
find what栏 : \s+$
replace with栏 : (这行留空)
接着点replace all即可
点击菜单栏上的“Preferences”,找到“Setting-Default”,搜索“trim_trailing_white_space_on_save” 然后将false改为true,这里已经说明了,如果设为true时,将在保存的时候去除行尾的空格。
// Set to true to removing trailing white space on save
"trim_trailing_white_space_on_save": false
find what栏 : \s+$
replace with栏 : (这行留空)
接着点replace all即可
未经允许不得转载! 作者:admin,转载或复制请以超链接形式并注明出处搜库资源网。
原文地址:https://sokuziyuan.com/destoon8/77315.html发布于:2019-01-26
还没有评论,来说两句吧...