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

Side by Side Diff: .gitattributes

Issue 2941543002: Add a .gitattributes file to force LF line-endings in net/http/*.pins files. (Closed)
Patch Set: Move .gitattributes. Created 3 years, 6 months 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 | net/tools/transport_security_state_generator/input_file_parsers.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
OLDNEW
« no previous file with comments | « no previous file | net/tools/transport_security_state_generator/input_file_parsers.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698