Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-31 | remove .gitattributes to prevent automatic CRLF conversions | Scott Graham | |
Added by https://codereview.chromium.org/292313014/ but causes annoying warnings on Windows. Just don't add CRLFs. R=jam@chromium.org Review URL: https://codereview.chromium.org/430043002 | |||
2014-05-23 | Add a .gitattributes with "* text=auto" so that new lines are | John Abd-El-Malek | |
automatically converted to the native platform's format on checkout but are committed as "LF". BUG=375516 Original patch from Julien Tinnes <jln@chromium.org> |