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
Is there actually a reason not to convert .bat files? I think they tend to be
edited on Linux and OS X, despite being run on Windows, and AFAIK nothing in
Windows actually chokes on LFs except for Notepad.
On 2015/06/09 19:11:50, nweiz wrote:
> Is there actually a reason not to convert .bat files? I think they tend to be
> edited on Linux and OS X, despite being run on Windows, and AFAIK nothing in
> Windows actually chokes on LFs except for Notepad.
Issue 1168393003: Enforce LF line endings in the git database.
(Closed)
Created 5 years, 6 months ago by herhut
Modified 5 years, 6 months ago
Reviewers: nweiz, ricow1
Base URL: git@github.com:dart-lang/sdk.git@master
Comments: 4