Force Git to use LF for line separation

This commit is contained in:
KingRainbow44 2023-03-31 17:19:46 -04:00
parent 15e2f3ca34
commit 31465c0172
No known key found for this signature in database
GPG Key ID: FC2CB64B00D257BE

12
.gitattributes vendored
View File

@ -1,6 +1,6 @@
*.java text=auto
*.json text=auto
*.md text=auto
*.properties text=auto
*.py text=auto
*.sh text=auto
*.java text=lf
*.json text=lf
*.md text=lf
*.properties text=lf
*.py text=lf
*.sh text=lf