diff options
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 5a0d4bb4..0524659f 100644 --- a/.gitattributes +++ b/.gitattributes @@ -28,7 +28,7 @@ rc.* text *.mk text # Files that will always have CRLF line endings on checkout. (Not sure we have any of these) -# *.dos text eol=crlf +*.nsh text eol=crlf # Denote all files that are truly binary and should not be modified. *.png binary |