diff --git a/.gitattributes b/.gitattributes index 6584c79e43..67f4365979 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,4 +1,14 @@ * text=auto eol=lf + +# Windows Batch Script *.bat eol=crlf + +# NSIS Installation Script +*.nsh eol=crlf + +# Tap Driver Installation Script +third_party/tap-windows6/bin/*.inf eol=crlf +third_party/tap-windows6/bin/*.h eol=crlf + # Allow the build folders to be searched by GitHub's T file search build/** linguist-generated=false