From d5ee4896c8502911106d8930470754906919c859 Mon Sep 17 00:00:00 2001 From: Joffrey Bion Date: Tue, 15 Feb 2022 11:06:11 +0100 Subject: Cleanup gitattributes, ensure proper line endings for scripts --- .gitattributes | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 0b6acf18..de58a12b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,22 +1,6 @@ # Auto detect text files and perform LF normalization * text=auto -# Custom for Visual Studio -*.cs diff=csharp -*.sln merge=union -*.csproj merge=union -*.vbproj merge=union -*.fsproj merge=union -*.dbproj merge=union - -# 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 +# Proper line endings for platform-specific scripts +*.sh text eol=lf +*.bat text eol=crlf -- cgit