Skip to content

Commit b8c019e

Browse files
authored
refactor: Add missing git enforcement of line endings to be Line Feed for TypeScript files (#2544)
1 parent 378bf32 commit b8c019e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitattributes

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
* text=auto eol=lf
22

33
*.js text
4+
*.ts text
5+
*.mjs text
46
*.html text
57
*.less text
68
*.json text

0 commit comments

Comments
 (0)