From 74910f77c3939ba08ad231f514d53de0bae9d19f Mon Sep 17 00:00:00 2001 From: Dimitris K <6267277+dimitriskad@users.noreply.github.com> Date: Sat, 22 Apr 2023 22:45:39 +0300 Subject: [PATCH] Added CRLF EOL for *.csv to conform with RFC 4180 --- Common.gitattributes | 2 +- Delphi.gitattributes | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Common.gitattributes b/Common.gitattributes index 05730d3..c5882ae 100644 --- a/Common.gitattributes +++ b/Common.gitattributes @@ -25,7 +25,7 @@ *.adoc text *.textile text *.mustache text -*.csv text +*.csv text eol=crlf *.tab text *.tsv text *.txt text diff --git a/Delphi.gitattributes b/Delphi.gitattributes index 40a4680..4994296 100644 --- a/Delphi.gitattributes +++ b/Delphi.gitattributes @@ -31,7 +31,7 @@ *.chm binary # Comma Separated Values text file format -*.csv text +*.csv text eol=crlf # Directly executable program *.exe binary