Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## This page intentionally left blank. ## | 1 # Stop Windows python license check presubmit errors by forcing LF checkout. |
| 2 # | 2 *.py text eol=lf |
| 3 # Workaround for VS2013 automatically creating .gitattributes files with | |
| 4 # default settings that we don't want. | |
| 5 # See also: | |
| 6 # http://connect.microsoft.com/VisualStudio/feedback/details/804948/inappropriat ely-creates-gitattributes-file | |
| 7 # http://crbug.com/342064 | |
| OLD | NEW |