Skip to content

Commit

Permalink
Fixed typo in gitattributes
Browse files Browse the repository at this point in the history
'text' was misspelled as 'test'. The impact has been that git
hasn't enforced any particular line-ending style for files
of type .xsd. It will do so now, similar to other text type files.
  • Loading branch information
lbruun committed Sep 4, 2019
1 parent 7881913 commit 2ccb6ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitattributes
Expand Up @@ -24,7 +24,7 @@
*.svg text eol=lf
*.txt text eol=lf
*.xml text eol=lf
*.xsd test eol=lf
*.xsd text eol=lf

.gitattributes text eol=lf
.gitignore text eol=lf
Expand Down

0 comments on commit 2ccb6ad

Please sign in to comment.