tell git to always commit .php in unix-newlines (#1017)

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-11 04:21:47 +02:00 committed by ner0
parent 80df667edc
commit 2d1ca13c75

2
.gitattributes vendored Normal file
View file

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