hosts/.gitattributes
2022-07-31 18:22:24 -04:00

8 lines
181 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