shell-things/.gitattributes

13 lines
426 B
Plaintext

# See https://www.git-scm.com/docs/gitattributes#_effects for more information
* text=auto eol=lf linguist-detectable
# These files are scary, let's not touch them
LICENSE text lockable
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