From 3a90a5916a43850bf326fcb44a3682b24829f6b0 Mon Sep 17 00:00:00 2001 From: divinity76 Date: Tue, 11 Apr 2023 04:21:47 +0200 Subject: [PATCH] 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 --- .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