From a5359f2ee05b893c9077762af285bc7ea7b5ad8b Mon Sep 17 00:00:00 2001 From: gitlost Date: Thu, 13 Jul 2017 13:17:15 +0100 Subject: [PATCH] Use str_replace instead of preg_replace to normalize EOLs of doc comments. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitattributes b/.gitattributes index a5666637..97cb2461 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,3 @@ # Auto detect text files and perform EOL normalization * text=auto eol=lf +tests/data/*-win.php eol=crlf