chore(build): add basic .gitattributes (#1130)

This commit is contained in:
yuri
2023-04-05 20:28:28 +02:00
committed by GitHub
parent 28cbac8591
commit 5c49434507

9
.gitattributes vendored Normal file
View File

@@ -0,0 +1,9 @@
# Match the .editorconfig
* text=auto eol=lf
# Scripts
*.bat text eol=crlf
*.sh text eol=lf
# Gradle wrapper
/gradlew text eol=lf