From: Roland Häder Date: Fri, 29 Apr 2016 08:35:09 +0000 (+0200) Subject: It is LF now to avoid endless converting LF <-> CRLF (Windows) X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=ce2f5c59e35ab57f52d875f10aa0dae5aaba37c1;p=pizzaservice-ejb.git It is LF now to avoid endless converting LF <-> CRLF (Windows) Signed-off-by: Roland Häder --- diff --git a/.gitattributes b/.gitattributes index dfe0770..17cdcd5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,2 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Use Linux/Uni* line-feed for new lines (prevents converting) +* text=lf