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

Unified Diff: .gitattributes

Issue 1168393003: Enforce LF line endings in the git database. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: .gitattributes
diff --git a/.gitattributes b/.gitattributes
new file mode 100644
index 0000000000000000000000000000000000000000..d707c79bc249a885ef167265d4dc8e22a49afa2b
--- /dev/null
+++ b/.gitattributes
@@ -0,0 +1,19 @@
+# Explicitly declare text files we want to be normalized.
+*.c text
+*.cpp text
+*.h text
+*.gyp text
+*.gypi text
+*.dart text
+*.mk text
+*.Makefile text
+*.md text
+*.yaml text
+
+# Windows only files that should not be converted.
+*.bat -text
nweiz 2015/06/09 19:11:50 Is there actually a reason not to convert .bat fil
herhut 2015/06/24 07:42:30 No. Removed.
+
+# Files to leave alone and not diff.
+*.png binary
+*.jpg binary
+*.xpi binary

Powered by Google App Engine
This is Rietveld 408576698