From 3f7350d2039f4dcf8b63d613db1fb7a3cc33ced6 Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Tue, 21 Feb 2023 15:35:31 +0200 Subject: [PATCH] .gitattributes: tab --- .gitattributes | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitattributes b/.gitattributes index ee101b39..8dd96a75 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,4 @@ -* text=auto eol=lf linguist-detectable +* text=auto eol=lf linguist-detectable # These files are scary, let's not touch them LICENSE text lockable @@ -6,6 +6,6 @@ CITATION.cff text lockable # Windows files even in checkout # Ref: https://rehansaeed.com/gitattributes-best-practices/#line-endings -*.{reg,[rR][eE][gG]} text eol=crlf -*.{bat,[bB][aA][tT]} text eol=crlf -*.{ahk,[aA][hH][kK]} text eol=crlf +*.{reg,[rR][eE][gG]} text eol=crlf +*.{bat,[bB][aA][tT]} text eol=crlf +*.{ahk,[aA][hH][kK]} text eol=crlf