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
No known key found for this signature in database
GPG Key ID: DD0C382D5FCFB8FC
1 changed files with 1 additions and 0 deletions

1
.gitattributes vendored
View File

@ -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.