From 5f6e4f9d3a06ca541a20a472266283836772ec2f Mon Sep 17 00:00:00 2001 From: divinity76 Date: Mon, 10 Apr 2023 19:00:05 +0200 Subject: [PATCH] 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 --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..8631082 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +*.php text eol=lf +*.json text eol=lf