blazor/.gitattributes

8 строки
256 B
Plaintext

# Force LF for package-lock files - not all version of NPM detect line endings.
package-lock.json text eol=lf
# Force LF for scripts
*.sh eol=lf
# Use windows line endings in baselines to minimize churn to baseline files
TestFiles/** text eol=crlf