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