Skip to content

Commit 141c29a

Browse files
committed
enforce LF on JS files at checkout
1 parent 0c17d3c commit 141c29a

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
@@ -8,6 +8,8 @@
88
*.css text eol=lf
99
*.md text eol=lf
1010
*.rs text eol=lf
11+
*.js text eol=lf
12+
*.ts text eol=lf
1113
*.yaml text eol=lf
1214
*.toml text eol=lf
1315
*.lock text eol=lf

0 commit comments

Comments
 (0)