2023-05-19 20:35:05 +03:00
|
|
|
# See https://www.git-scm.com/docs/gitattributes#_effects for more information
|
2023-02-21 15:35:31 +02:00
|
|
|
* text=auto eol=lf linguist-detectable
|
2023-02-21 15:34:29 +02:00
|
|
|
|
|
|
|
# These files are scary, let's not touch them
|
2023-10-15 14:36:08 +03:00
|
|
|
# Lockable is provided by git-lfs
|
2023-02-21 15:34:29 +02:00
|
|
|
LICENSE text lockable
|
|
|
|
CITATION.cff text lockable
|
|
|
|
|
2023-02-12 10:30:18 +02:00
|
|
|
# Windows files even in checkout
|
|
|
|
# Ref: https://rehansaeed.com/gitattributes-best-practices/#line-endings
|
2023-02-21 15:35:31 +02:00
|
|
|
*.{reg,[rR][eE][gG]} text eol=crlf
|
|
|
|
*.{bat,[bB][aA][tT]} text eol=crlf
|
|
|
|
*.{ahk,[aA][hH][kK]} text eol=crlf
|