Configure line endings to enforce LF and mark binary files

This commit is contained in:
Damian Hickey 2026-02-17 10:27:57 +01:00
parent dc1784deb5
commit bc0ca798d9

7
.gitattributes vendored
View file

@ -10,3 +10,10 @@
*.css linguist-vendored=true
*.html linguist-vendored=true
*.json linguist-vendored=true
# Line endings - enforce LF for all text files
* text=auto eol=lf
# Binary files
*.pfx binary
*.snk binary