tell git to always commit .php in unix-newlines

so hopefully we don't get a repeat of https://github.com/prasathmani/tinyfilemanager/pull/994#issuecomment-1502035505
This commit is contained in:
divinity76 2023-04-10 19:00:05 +02:00 committed by GitHub
parent 6a6eb8abec
commit 5f6e4f9d3a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
.gitattributes vendored Normal file
View file

@ -0,0 +1,2 @@
*.php text eol=lf
*.json text eol=lf