From 5b00f068f2527ae36094abc6fd4b592103b5033e Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 8 Mar 2025 15:22:52 +0200 Subject: [PATCH] .gitattributes: enforce LF (#442) Signed-off-by: XhmikosR --- .gitattributes | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/.gitattributes b/.gitattributes index bdb0cab..205021e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,17 +1,2 @@ -# Auto detect text files and perform LF normalization -* text=auto - -# Custom for Visual Studio -*.cs diff=csharp - -# Standard to msysgit -*.doc diff=astextplain -*.DOC diff=astextplain -*.docx diff=astextplain -*.DOCX diff=astextplain -*.dot diff=astextplain -*.DOT diff=astextplain -*.pdf diff=astextplain -*.PDF diff=astextplain -*.rtf diff=astextplain -*.RTF diff=astextplain +# Enforce Unix newlines +* text=auto eol=lf