当我使用Sublime Text 2(例如.css或.php文件)通过FTP打开某些文件时,ST2会在每行后添加额外的换行符。结果是大量不必要的空白区域使文件难以扫描并再次清理。
有人可以告诉我如何将首选项设置为打开文件时没有添加额外换行符的位置吗?
非常感谢。
答案 0 :(得分:5)
转到Settings - Default
并找到此选项 -
// Set to true to ensure the last line of the file ends in a newline
// character when saving
"ensure_newline_at_eof_on_save": false,