.gitattributes: tab

This commit is contained in:
Aminda Suomalainen 2023-02-21 15:35:31 +02:00
parent 1f8a81acce
commit 3f7350d203
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 4 additions and 4 deletions

8
.gitattributes vendored
View File

@ -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