Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 ## This page intentionally left blank. ## | 1 # This file was originally created to work around VS2013 automatically creating |
| 2 # | 2 # .gitattributes files with default settings that we don't want. |
| 3 # Workaround for VS2013 automatically creating .gitattributes files with | |
| 4 # default settings that we don't want. | |
| 5 # See also: | 3 # See also: |
| 6 # http://connect.microsoft.com/VisualStudio/feedback/details/804948/inappropriat ely-creates-gitattributes-file | 4 # http://connect.microsoft.com/VisualStudio/feedback/details/804948/inappropriat ely-creates-gitattributes-file |
| 7 # http://crbug.com/342064 | 5 # http://crbug.com/342064 |
|
Dirk Pranke
2016/12/08 21:34:22
I would delete lines 1-6, and line 8. They can all
| |
| 6 | |
| 7 # Stop Windows python license check presubmit errors by forcing LF checkout. | |
| 8 # http://crbug.com/669941 | |
| 9 *.py text eol=lf | |
| OLD | NEW |