Add versions.toml to .gitattributes and normalize line endings to lf. #13484

This commit is contained in:
Dawid Weiss 2024-06-18 14:25:40 +02:00
parent ff3fe75adb
commit 7e31f56ea1
2 changed files with 87 additions and 87 deletions

2
.gitattributes vendored
View File

@ -1,6 +1,6 @@
# Ignore all differences in line endings for the lock file.
versions.lock text eol=lf
versions.props text eol=lf
versions.toml text eol=lf
# Gradle files are always in LF.
*.gradle text eol=lf