We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38069ab commit 5ff14deCopy full SHA for 5ff14de
.gitattributes
@@ -1,8 +1,9 @@
1
# Auto detect text files and perform LF normalization
2
* text=auto
3
4
-# JS files must always use LF for tools to work
+# JS and TS files must always use LF for tools to work
5
*.js eol=lf
6
+*.ts eol=lf
7
8
# Must keep Windows line ending to be parsed correctly
9
scripts/windows/packages.txt eol=crlf
0 commit comments