Compare commits

...

3 Commits

3 changed files with 50 additions and 49 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 -linguist-detectable *.{reg,[rR][eE][gG]} text eol=crlf
*.{bat,[bB][aA][tT]} text eol=crlf -linguist-detectable *.{bat,[bB][aA][tT]} text eol=crlf
*.{ahk,[aA][hH][kK]} text eol=crlf -linguist-detectable *.{ahk,[aA][hH][kK]} text eol=crlf

1
.mikaela/keys/.gitattributes vendored Normal file
View File

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