VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/.gitattributes
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2016-11-28 00:27:18 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2016-12-07 12:35:59 +0100
commit68fababbe88cf213b3f2f3a71d66c2b05196aaed (patch)
tree5784a6cd663c9b0f2c9020b05553ef797b3f55e3 /.gitattributes
parent612cb9f202df30c0bd4ff15405874091e9727031 (diff)
downloadVeraCrypt-68fababbe88cf213b3f2f3a71d66c2b05196aaed.tar.gz
VeraCrypt-68fababbe88cf213b3f2f3a71d66c2b05196aaed.zip
Use LF line ending for .S assembly files
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes
index d8280400..1d41a502 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -24,6 +24,7 @@ Makefile text eol=lf
*.fbp text eol=lf
*.rgs text eol=lf
*.pkgproj text eol=lf
+*.S text eol=lf
Sources text eol=lf
# Declare files that will always have LF line endings on checkout.