Skip to content

Commit b7df393

Browse files
authored
Merge pull request #1398 from calebfoss/issue-1234-eol
Add src to path for examples
2 parents 359bb62 + 2994204 commit b7df393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitattributes

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# prevents git from converting LF to CRLF, which causes issues
55
# when assembling example pages on Windows
6-
data/examples/**/*.js eol=lf
6+
src/data/examples/**/*.js eol=lf
77

88
# Denote all files that are truly binary and should not be modified.
99
*.ai binary

0 commit comments

Comments
 (0)