diff options
| author | Odd Stranne <odd@mullvad.net> | 2018-03-20 15:38:04 +0100 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-06-08 11:13:01 +0200 |
| commit | 7bd6688f057b6e079689a7ee23c850f0f8e874fe (patch) | |
| tree | 4c99e7c5efa4e560d8e26b5d8a6290920f6a2058 /.gitattributes | |
| parent | 6ba7cd669efec1ada1cc790ec0e1db2db52b4ef7 (diff) | |
| download | mullvadvpn-7bd6688f057b6e079689a7ee23c850f0f8e874fe.tar.xz mullvadvpn-7bd6688f057b6e079689a7ee23c850f0f8e874fe.zip | |
Add default match in .gitattributes
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 617e6e04b5..64584601b1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,2 +1,5 @@ +# Set the default behavior +* text=auto + # Do not break script files on Windows (Cygwin gets upset with CRLF) *.sh text eol=lf |
