mirror of
https://github.com/python/peps.git
synced 2026-01-11 15:28:02 -05:00
10 lines
276 B
Plaintext
10 lines
276 B
Plaintext
# Ensure files are always checked in with consistent line endings
|
|
* text eol=lf
|
|
*.png binary
|
|
*.pptx binary
|
|
*.odp binary
|
|
|
|
# Instruct linguist not to ignore the PEPs
|
|
# https://github.com/github-linguist/linguist/blob/master/docs/overrides.md
|
|
peps/*.rst text linguist-detectable
|