hosts/.gitattributes
2023-06-08 08:17:17 +02:00

10 lines
232 B
Plaintext

# Enforce Unix newlines for all files
* text=auto eol=lf
# Enforce Windows newlines for .bat files
*.bat text eol=crlf
*.py linguist-detectable=true
*.nb linguist-detectable=false
hosts linguist-detectable linguist-language=hosts