You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this is a pretty common feature of text editors, it makes sure that a lot of common tools such as cat behave properly. I know i can configure this myself, but i feel like this should probably be the default.
The text was updated successfully, but these errors were encountered:
According to POSIX, a text file is “a file that contains characters organized into zero or more lines. <...>” and a line is “a sequence of zero or more non- <newline> characters plus a terminating <newline> character.”
Thus, the reason many (most?) text editors (at least, traditionally, on UNIX, but not so much on Windows) always make sure that the file they save ends with a newline, is that otherwise it would not qualify as a text file.
this is a pretty common feature of text editors, it makes sure that a lot of common tools such as
cat
behave properly. I know i can configure this myself, but i feel like this should probably be the default.The text was updated successfully, but these errors were encountered: