mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
6 lines
216 B
Plaintext
6 lines
216 B
Plaintext
|
# Stop Windows python license check presubmit errors by forcing LF checkout.
|
||
|
*.py text eol=lf
|
||
|
|
||
|
# Force LF checkout of the pins files to avoid transport_security_state_generator errors.
|
||
|
/net/http/*.pins text eol=lf
|