summaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorOdd Stranne <odd@mullvad.net>2018-03-20 15:38:04 +0100
committerLinus Färnstrand <linus@mullvad.net>2018-06-08 11:13:01 +0200
commit7bd6688f057b6e079689a7ee23c850f0f8e874fe (patch)
tree4c99e7c5efa4e560d8e26b5d8a6290920f6a2058 /.gitattributes
parent6ba7cd669efec1ada1cc790ec0e1db2db52b4ef7 (diff)
downloadmullvadvpn-7bd6688f057b6e079689a7ee23c850f0f8e874fe.tar.xz
mullvadvpn-7bd6688f057b6e079689a7ee23c850f0f8e874fe.zip
Add default match in .gitattributes
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
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