mirror of
https://github.com/StevenBlack/hosts.git
synced 2026-07-01 02:36:52 +00:00
6 lines
150 B
Plaintext
6 lines
150 B
Plaintext
# Enforce Unix newlines for all files
|
|
* text=auto eol=lf
|
|
# Enforce Windows newlines for .bat files
|
|
*.bat text eol=crlf
|
|
*.nb linguist-detectable=false
|