1
0
mirror of https://github.com/gitattributes/gitattributes.git synced 2025-01-22 08:18:50 -05:00
gitattributes/Ada.gitattributes

9 lines
204 B
Plaintext
Raw Normal View History

2019-03-08 21:05:27 -05:00
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
2019-04-19 20:35:18 -04:00
* text=auto
2019-03-08 21:05:27 -05:00
# Ada files
2019-03-08 21:08:50 -05:00
*.ada text diff=ada
2019-07-16 23:25:27 -04:00
*.adb text diff=ada
*.ads text diff=ada