ModernUO/.gitattributes
2020-09-27 13:54:56 -07:00

17 lines
558 B
Text

# General file endings
* text=auto
*.bat text eol=crlf
*.cmd text eol=crlf
*.cs text diff=csharp
*.csproj text eol=crlf
*.json text eol=lf
*.md text eol=lf
*.sh text eol=lf
*.sln text eol=crlf
*.yml text eol=lf
# Specific paths
Directory.Build.props text eol=crlf
LICENSE text eol=lf
publish.cmd text eol=lf
THIRD-PARTY-NOTICES text eol=lf