Add git attribute to force LF line endings for assembly files

This commit is contained in:
BlackMark 2020-07-03 22:35:46 +02:00
parent 9a157f93ae
commit 9fbba7908e
2 changed files with 310 additions and 309 deletions

1
.gitattributes vendored
View File

@ -2,6 +2,7 @@
*.hpp eol=lf *.hpp eol=lf
*.c eol=lf *.c eol=lf
*.cpp eol=lf *.cpp eol=lf
*.s eol=lf
*.qrc eol=lf *.qrc eol=lf
*.ui eol=lf *.ui eol=lf
.git* eol=lf .git* eol=lf