From 44ab2bb5e24ab517911d765b8bfdda4a59db76c1 Mon Sep 17 00:00:00 2001 From: isaak654 Date: Sun, 17 Oct 2021 16:56:22 +0200 Subject: [PATCH] Add diff settings and restore .rc files to CRLF --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index ac912dd9..d6314af5 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8,14 +8,14 @@ *.cmd text eol=crlf *.ini text eol=crlf *.xml text -*.c text eol=crlf -*.h text eol=crlf -*.cpp text eol=crlf -*.rc text +*.c text eol=crlf diff=cpp +*.h text eol=crlf diff=cpp +*.cpp text eol=crlf diff=cpp +*.rc text eol=crlf *.ts text eol=lf # DOCUMENTATION -*.md text eol=lf +*.md text eol=lf diff=markdown *.txt text eol=crlf # CONFIGS