Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Stop Windows python license check presubmit errors by forcing LF checkout. | 1 # Stop Windows python license check presubmit errors by forcing LF checkout. |
| 2 *.py text eol=lf | 2 *.py text eol=lf |
| 3 | |
| 4 # Force LF checkout of the pins files to avoid transport_security_state_generato r errors. | |
| 5 /net/http/*.pins text eol=lf | |
| OLD | NEW |