hosts/.gitattributes

8 lines
181 B
Plaintext
Raw Permalink Normal View History

# Enforce Unix newlines for all files
* text=auto eol=lf
# Enforce Windows newlines for .bat files
*.bat text eol=crlf
2022-08-01 00:22:24 +02:00
*.py linguist-detectable=true
*.nb linguist-detectable=false