View Single Post
Old 04-23-2015, 06:23 PM   #32
shalym
Wizard
shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.shalym ought to be getting tired of karma fortunes by now.
 
shalym's Avatar
 
Posts: 3,058
Karma: 54671821
Join Date: Feb 2012
Location: New England
Device: PW 1, 2, 3, Voyage, Oasis 2 & 3, Fires, Aura HD, iPad
Quote:
Originally Posted by NiLuJe View Post
Some things are more tolerant to CR/LF than others, but it's just bad practice to mix line-endings, and most everything we do here is guaranteed to expect/work with unix line-endings, while it might only once in a blue moon tolerate CR/LF without ill effect.
Hence the go-to recommendation is unix line-endings and a decent editor, because we're sure *that* expected setup will work. Anything else would just add 'noise' and complicate support. Better eliminate potential issues early, where we can.
Plus, one byte less per line, win/win ^^.

One of the many things that will not ever bear CR/LFs are shell scripts, for instance.
Well, then, notepad must not use CR/LFs, then, since I've written shell scripts using notepad.

Shari
shalym is offline   Reply With Quote