From 928a79eaab7ddd5ac8a674f5ce42f336f6d7e0a8 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Tue, 7 Jun 2022 06:46:45 +0200 Subject: [PATCH] do not convert newlines in png files --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index fcadb2c..adeba46 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1,2 @@ * text eol=lf +*.png eol=auto