mirror of
https://github.com/gitattributes/gitattributes.git
synced 2025-01-22 00:08:52 -05:00
9 lines
199 B
Plaintext
9 lines
199 B
Plaintext
# Handle line endings automatically for files detected as text
|
|
# and leave all files detected as binary untouched.
|
|
* text=auto
|
|
|
|
# Fountain files
|
|
*.fountain text diff=fountain
|
|
*.pdf binary
|
|
*.fdx text
|