Skip to content

Commit

Permalink
chore: force lf EOL for ts files (angular#11143)
Browse files Browse the repository at this point in the history
  • Loading branch information
marclaval authored and vicb committed Aug 29, 2016
1 parent 38069ab commit 5ff14de
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Auto detect text files and perform LF normalization
* text=auto

# JS files must always use LF for tools to work
# JS and TS files must always use LF for tools to work
*.js eol=lf
*.ts eol=lf

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

0 comments on commit 5ff14de

Please sign in to comment.