gitattributes: Set text files to LF endings

Avoids bash shebang issues on Windows
This commit is contained in:
Gabriel Ferreira
2024-09-12 11:33:08 +02:00
parent 626e19da43
commit 23168c41ce

6
.gitattributes vendored
View File

@@ -1,2 +1,6 @@
src/*/bindings/* linguist-generated=true # Use the following to delete tracked source files and replace them with LF endings
# git ls-files -z | xargs -0 rm
# git reset --hard
# Force LF endings to text files
* text=auto eol=lf