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

Unified 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 side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitattributes
diff --git a/.gitattributes b/.gitattributes
index 74328c47613e95ba8ef5f25629247789329db88c..dfb4ad17849f64e8f69fd55c8bfb15e91a928ac2 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -1,2 +1,5 @@
# Stop Windows python license check presubmit errors by forcing LF checkout.
*.py text eol=lf
+
+# Force LF checkout of the pins files to avoid transport_security_state_generator errors.
+/net/http/*.pins text eol=lf
« 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