diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-11-28 00:27:18 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2016-12-07 12:35:59 +0100 |
commit | 68fababbe88cf213b3f2f3a71d66c2b05196aaed (patch) | |
tree | 5784a6cd663c9b0f2c9020b05553ef797b3f55e3 | |
parent | 612cb9f202df30c0bd4ff15405874091e9727031 (diff) | |
download | VeraCrypt-68fababbe88cf213b3f2f3a71d66c2b05196aaed.tar.gz VeraCrypt-68fababbe88cf213b3f2f3a71d66c2b05196aaed.zip |
Use LF line ending for .S assembly files
-rw-r--r-- | .gitattributes | 1 |
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. |