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