On Fri, Sep 11, 2009 at 10:08 PM, AstroDrabb <[email protected]> wrote: > How did the line endings get all foo-bared?
Moving between two different machines where character set settings or OS interpretations of such aren't 100% the same. Also, Visual Studio itself has been known to munge line endings every now and then. Some source control repos, or their client or repo settings, can cause problems here too. Heck even network noise, if Bilal is talking about opening the files remotely. Bilal: if that's the case, you need to refactor a bit buddy. You should always be working on code and project files locally, and storing them centrally in source control. ∞ Andy Badera ∞ +1 518-641-1280 ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=andrew%20badera
