1 # Explicitly declare text files we want to be normalized.
2 *.c text
3 *.cpp text
4 *.h text
5 *.gyp text
6 *.gypi text
7 *.dart text
8 *.mk text
9 *.Makefile text
10 *.md text
11 *.yaml text
12
13 # Windows only files that should not be converted.
14 *.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