Enforce EOLs for *.rst and *.md (#1178)

Looks like everything was fine, but let's do this nevertheless.
This commit is contained in:
Teemu R.
2024-10-18 16:03:57 +02:00
committed by GitHub
parent d5450d89ff
commit 8d0a5c69ef

2
.gitattributes vendored
View File

@@ -1,2 +1,4 @@
*.sh text eol=lf
*.json text eol=lf
*.md text eol=lf
*.rst text eol=lf