Compare commits

..

No commits in common. "5ee54038de68a4853f6070fdcab1f5f45e9abfd4" and "1943cf128565846219f59f85972da93e503b2e0a" have entirely different histories.

3 changed files with 49 additions and 50 deletions

8
.gitattributes vendored
View File

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

View File

@ -1 +0,0 @@
*.asc text=auto eol=lf -linguist-detectable