cnporras / wilsonormapper

Automatically exported from code.google.com/p/wilsonormapper
BSD 3-Clause "New" or "Revised" License
1 stars 4 forks source link

Inconsistent Line Endings dialog on code-generated files #2

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I get an "Inconsistent Line Endings" dialog any time I open a CS generated
partial class in my entities assembly in VS2005. Any way to fix this??

Original issue reported on code.google.com by bdema...@gmail.com on 20 Sep 2007 at 12:43

GoogleCodeExporter commented 8 years ago
It's a VS2005 issue, not a WORM issue. See
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=620690&SiteID=1.

Root cause: Line endings can be CRLF (Windows standard), LF (Unix standard), or 
CR
(Mac standard). When pasting text into VS2005, the line endings are not 
standardized
-- so you can have one source file where some lines end with CRLF, others with 
LF.

Original comment by bdema...@gmail.com on 30 Apr 2008 at 1:01