mirror of
https://github.com/StevenBlack/hosts.git
synced 2025-03-14 10:36:53 +00:00
8 lines
181 B
Plaintext
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
|