Force LF line endings for .sh and .desktop

This commit is contained in:
Simran Spiller
2020-09-23 01:47:58 +02:00
parent 341278f3d7
commit f0019be680
+4 -2
View File
@@ -2,5 +2,7 @@
* text=auto
# Enforce LF line endings on source files
*.h text eol=lf
*.cpp text eol=lf
*.h text eol=lf
*.cpp text eol=lf
*.sh text eol=lf
*.desktop text eol=lf