RT. 已设置"trim_trailing_white_space_on_save": true
, 但保存后行尾的空格依旧,何解?
其它设置项会对这项设置造成影响吗?这是完整设置:
{
"highlight_line": true,
"highlight_modified_tabs": true,
"open_files_in_new_window": false,
"close_windows_when_empty": false,
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"ensure_newline_at_eof_on_save": true,
"ignored_packages":
[
"Vintage"
]
}
去掉其它设置项,只保留"trim_trailing_white_space_on_save": true
, 仍然无效。
------------------------- 答案在 #3 楼 -------------------------