1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 02:58:02 -06:00

Use LF line ending for .S assembly files

This commit is contained in:
Mounir IDRASSI
2016-11-28 00:27:18 +01:00
parent 612cb9f202
commit 68fababbe8

1
.gitattributes vendored
View File

@@ -24,6 +24,7 @@ Makefile text eol=lf
*.fbp text eol=lf *.fbp text eol=lf
*.rgs text eol=lf *.rgs text eol=lf
*.pkgproj text eol=lf *.pkgproj text eol=lf
*.S text eol=lf
Sources text eol=lf Sources text eol=lf
# Declare files that will always have LF line endings on checkout. # Declare files that will always have LF line endings on checkout.