shell-things/.gitattributes

14 lines
460 B
Plaintext
Raw Normal View History

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