From 1ccd8371110ed6bee3dd9fbcda980f195005a202 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sun, 15 Oct 2023 20:28:48 +0300 Subject: [PATCH] .gitattributes: decrease repeating --- .gitattributes | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitattributes b/.gitattributes index bf519a9..6459407 100644 --- a/.gitattributes +++ b/.gitattributes @@ -5,11 +5,11 @@ # Line normalisation, GitHub language detection * text=auto eol=lf linguist-detectable -# Integrated diff hunks, also an experiment will these remove linguist-detectable? -*.css text diff=css eol=lf -*.html text diff=html eol=lf -*.{md,markdown} text diff=markdown eol=lf -*.php text diff=php eol=lf +# Built-in diff patterns (disabled by default). +*.css diff=css +*.html diff=html +*.php diff=php +*.{md,markdown} diff=markdown # These don't feel like mine .github/** text=auto -linguist-detectable