Skip to content

Commit a25a5d6

Browse files
committed
made .gitattributes more specific, turning off line ending conversion for example js files
1 parent aea95ce commit a25a5d6

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.gitattributes

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# Set default behaviour to automatically normalize line endings.
2+
* text=auto
3+
14
# prevents git from converting LF to CRLF, which causes issues
25
# when assembling example pages on Windows
3-
* text eol=lf
6+
data/examples/**/*.js eol=lf

0 commit comments

Comments
 (0)