Skip to content

Commit

Permalink
Disable line-ending normalization on xml files
Browse files Browse the repository at this point in the history
This should hopefully stop this being changed when being checked out in windows, causing checksum errors
  • Loading branch information
JonnyH committed Apr 2, 2016
1 parent fcc1c6b commit d0db18e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
@@ -1,5 +1,7 @@
# Auto detect text files and perform LF normalization
* text=auto
# Don't do LF normalization on data files, as they are checksummed
*.xml -text

# Custom for Visual Studio
*.cs diff=csharp
Expand Down

0 comments on commit d0db18e

Please sign in to comment.