【发布时间】:2015-08-04 20:34:33
【问题描述】:
我使用Sublime text。现在我正在尝试Atom。当我以崇高的文本保存任何文件时,它不包含任何尾随空行。但是在Atom 中保存任何文件都会留下一个尾随空行。如何强制 Atom 不要留下尾随空格?
【问题讨论】:
-
Atom 默认坚持 POSIX 定义的一行:
"A sequence of zero or more non- <newline> characters plus a terminating <newline> character."— stackoverflow.com/questions/729692
标签: save whitespace sublimetext3 removing-whitespace atom-editor