shell-things/.gitattributes

7 lines
314 B
Plaintext
Raw Normal View History

2023-02-16 10:12:04 +01:00
* text=auto eol=lf -linguist-detectable
# Windows files even in checkout
# Ref: https://rehansaeed.com/gitattributes-best-practices/#line-endings
2023-02-16 10:12:04 +01:00
*.{reg,[rR][eE][gG]} text eol=crlf -linguist-detectable
*.{bat,[bB][aA][tT]} text eol=crlf -linguist-detectable
*.{ahk,[aA][hH][kK]} text eol=crlf -linguist-detectable