From c61ed79a43cb54830deefb7a3a62d7c0a2f1d5b6 Mon Sep 17 00:00:00 2001 From: Alexander Burmatov Date: Wed, 1 Mar 2023 15:11:09 +0300 Subject: [PATCH] Fix line endings (#801) When adding a vendor to git, the line endings is forced to change. What contributes to the breakage of the building an RPM pacagefor Linux. --- .gitattributes | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitattributes b/.gitattributes index d8e1fa05..302bcd2b 100755 --- a/.gitattributes +++ b/.gitattributes @@ -1,3 +1,2 @@ -* text eol=lf *.ico binary *.woff binary