blob: 979002474fb8bf9d82a37119f8d28234c7586c4c (
plain)
1
2
3
4
5
6
|
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.py text eol=crlf
|