From e598b2e81f5abcfc04f4e7080f52a7be1cb26a83 Mon Sep 17 00:00:00 2001 From: Jonah Aragon Date: Tue, 31 May 2022 12:07:32 -0500 Subject: [PATCH] Linguist configuration --- .gitattributes | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0f0f372 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,13 @@ +# Auto detect text files and perform LF normalization +* text=auto + +.git* text +*.json text +*.js text +*.md text linguist-detectable +*.{yml,yaml} text +*.{htm,html} text diff=html + +*.svg text linguist-detectable +*.png binary linguist-detectable +*.{jpeg,jpg} binary linguist-detectable