Files
capa/.gitattributes
Moritz Raabe 13306b71e0 add file
2021-03-19 09:40:44 +01:00

10 lines
245 B
Plaintext

# 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
*.yml text
*.md text
*.txt text