Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Side by Side Diff: .gitattributes

Issue 2558413002: Force Python LF checkout in .gitattributes. (Closed)
Patch Set: Address review feedback. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | OWNERS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | OWNERS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698