Announcement from the "Do as I say, not as I do" dept.:
.gyp and .gypi files should have their svn:eol-style property set to LF
(like most other files in our tree). I'm just fixing a bunch that I've
checked in without that.
If (like me) you've gotten used to having subversion configured to set
svn:eol-style automatically for new files, and want to be complete about any
new .gyp* files you might create, add the following two lines to your
"%HOMEPATH%\Application Data\Subversion\config" file on Windows, or
~/.subversion/config file elsewhere:
*.gyp = svn:eol-style=LF
*.gypi = svn:eol-style=LF
--SK
--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: [email protected]
View archives, change email options, or unsubscribe:
http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---