From b71bc777793c1bb9382ee8d91fd33fe1577befa9 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 17 Feb 2023 14:34:54 +0200 Subject: [PATCH] .gitattributes: enable linguist detection --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index 1e4af61f..746ce26e 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,6 +1,6 @@ -* text=auto eol=lf -linguist-detectable +* text=auto eol=lf linguist-detectable # Windows files even in checkout # Ref: https://rehansaeed.com/gitattributes-best-practices/#line-endings -*.{reg,[rR][eE][gG]} text eol=crlf -linguist-detectable -*.{bat,[bB][aA][tT]} text eol=crlf -linguist-detectable -*.{ahk,[aA][hH][kK]} text eol=crlf -linguist-detectable +*.{reg,[rR][eE][gG]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf +*.{ahk,[aA][hH][kK]} text eol=crlf