Chromium Code Reviews| Index: .gitattributes |
| diff --git a/.gitattributes b/.gitattributes |
| index 74328c47613e95ba8ef5f25629247789329db88c..dfb4ad17849f64e8f69fd55c8bfb15e91a928ac2 100644 |
| --- a/.gitattributes |
| +++ b/.gitattributes |
| @@ -1,2 +1,5 @@ |
| # Stop Windows python license check presubmit errors by forcing LF checkout. |
| *.py text eol=lf |
| + |
| +# Force LF checkout of the pins files to avoid transport_security_state_generator errors. |
| +/net/http/*.pins text eol=lf |