From 0e3f41caedc2ac3c179bc77b2d0750883bb81e8a Mon Sep 17 00:00:00 2001 From: rfuzzo Date: Thu, 10 Dec 2020 08:20:04 +0100 Subject: [PATCH] gitattributes --- .gitattributes | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index dfe077042..ba4e6d7ee 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,32 @@ -# Auto detect text files and perform LF normalization -* text=auto +# Declare files to normalize crlf, in case people don't have core.autocrlf set. +*.conf text eol=crlf +*.config text eol=crlf +*.cs text eol=crlf +*.csproj text eol=crlf +*.csv text eol=crlf +*.editorconfig text eol=crlf +*.gitattributes text eol=crlf +*.gitignore text eol=crlf +*.gitmodules text eol=crlf +*.manifest text eol=crlf +*.md text eol=crlf +*.resx text eol=crlf +*.settings text eol=crlf +*.sln text eol=crlf +*.txt text eol=crlf +*.xml text eol=crlf +*.yml text eol=crlf +# Explicitly declare files you do not want to be treated as text +*.bmp binary +*.dll binary +*.exe binary +*.ico binary +*.jpg binary +*.md2 binary +*.png binary +*.rtf binary +*.svg -text binary +*.tga binary +*.xbm binary +*.zip binary +*.lib filter=lfs diff=lfs merge=lfs -text