mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
10 lines
232 B
Plaintext
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
|