Skip to content

Commit 5ff14de

Browse files
marclavalvicb
authored andcommitted
chore: force lf EOL for ts files (angular#11143)
1 parent 38069ab commit 5ff14de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .gitattributes

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# Auto detect text files and perform LF normalization
22
* text=auto
33

4-
# JS files must always use LF for tools to work
4+
# JS and TS files must always use LF for tools to work
55
*.js eol=lf
6+
*.ts eol=lf
67

78
# Must keep Windows line ending to be parsed correctly
89
scripts/windows/packages.txt eol=crlf

0 commit comments

Comments
 (0)