mirror of
https://github.com/mandiant/capa.git
synced 2025-12-05 20:40:05 -08:00
10 lines
245 B
Plaintext
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
|